IRCPlugin.CommandMetadata

Metadata about a IRCEventHandler.Command- and/or IRCEventHandler.Regex-annotated event handler.

Constructors

this
this(IRCEventHandler.Command command)

Constructor taking an IRCEventHandler.Command.

this
this(IRCEventHandler.Regex regex)

Constructor taking an IRCEventHandler.Regex.

Members

Variables

description
string description;

Description about what the command does, in natural language.

hidden
bool hidden;

Whether or not the command should be hidden from view (but still possible to trigger).

isRegex
bool isRegex;

Whether or not the command is based on an IRCEventHandler.Regex.

policy
PrefixPolicy policy;

Prefix policy of this command.

syntaxes
string[] syntaxes;

Syntaxes on how to use the command.

See Also