Property | Type | Description | |
---|---|---|---|
CommandMethodMap | CommandMethod>.Dictionary |
Method | Description | |
---|---|---|
InitializeCommandMgr ( ) : void | ||
SchumixRegisterHandler ( string code, CommandDelegate method, CommandPermission permission = CommandPermission.Normal ) : void | ||
SchumixRegisterHandler ( string code, |
||
SchumixRemoveHandler ( string code ) : void | ||
SchumixRemoveHandler ( string code, CommandDelegate method ) : void |
Method | Description | |
---|---|---|
CommandManager ( string ServerName ) : System | ||
IncomingInfo ( string handler, |
Method | Description | |
---|---|---|
CreateMappings ( bool Reload = false ) : void | ||
DeleteMappings ( bool Reload = false ) : void | ||
ProcessMethods ( IEnumerable |
protected CommandManager ( string ServerName ) : System | ||
ServerName | string | |
return | System |
protected IncomingInfo ( string handler, |
||
handler | string | |
sIRCMessage | ||
return | void |
public SchumixRegisterHandler ( string code, CommandDelegate method, CommandPermission permission = CommandPermission.Normal ) : void | ||
code | string | |
method | CommandDelegate | |
permission | CommandPermission | |
return | void |
public SchumixRegisterHandler ( string code, |
||
code | string | |
method | ||
return | void |
public SchumixRemoveHandler ( string code ) : void | ||
code | string | |
return | void |
public SchumixRemoveHandler ( string code, CommandDelegate method ) : void | ||
code | string | |
method | CommandDelegate | |
return | void |