IRCPlugin.channelSpecificCommands

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

class IRCPlugin
@safe @system
channelSpecificCommands
(
const string
)

Return Value

Type: CommandMetadata[string]

An associative IRCPlugin.CommandMetadata array keyed by string.

Meta