IRCPlugin.channelSpecificCommands

Returns an array of the descriptions of the channel-specific commands a plugin offers.

class IRCPlugin
@system
channelSpecificCommands
(
const string channelName
)

Parameters

channelName string

Name of channel whose commands we want to summarise.

Return Value

Type: CommandMetadata[string]

An associative array of IRCPlugin.CommandMetadatas, one for each soft command active in the passed channel.

See Also