Bot.Admin

Represents a bot administrator.

Authenticated bot administrators can run commands with the @admin command attribute.

Both the nick name and the account name need to match for a user to be considered an administrator.

Members

Functions

opCmp
int opCmp(Admin other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

accountName
string accountName;

Account name of administrator.

nickName
string nickName;

Nick name of administrator.

See Also

Meta