IRCPlugin.commands

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

class IRCPlugin
const pure @safe nothrow
commands
()

Return Value

Type: CommandMetadata[string]

Associative array of tuples of all command metadata (descriptions, syntaxes, and whether they are hidden), keyed by IRCEventHandler.Command.words and IRCEventHandler.Regex.expressions.

See Also