IRCPlugin.commands

Returns an array of the descriptions of the commands a plugin offers.

class IRCPlugin
@safe pure nothrow @property const
commands
()

Return Value

Type: CommandMetadata[string]

An associative IRCPlugin.CommandMetadata array keyed by string.

Meta