Property | Type | Description | |
---|---|---|---|
CommandCompletedCallback | void | ||
InvokeCommand | void | ||
LoadCommands | void | ||
OnBotCommandMessage | void | ||
RegisterCommands | void | ||
Reload | void | ||
SendIrcResponse | void | ||
SendIrcResponse | void |
Method | Description | |
---|---|---|
CommandComponent ( ITinyMessengerHub hub, IPersistentStore store ) : System |
Method | Description | |
---|---|---|
CommandCompletedCallback ( IAsyncResult ar ) : void | ||
InvokeCommand ( string commandName, |
||
LoadCommands ( ) : void | ||
OnBotCommandMessage ( |
||
RegisterCommands ( ) : void |
Register user invocable commands
|
|
Reload ( ) : void | ||
SendIrcResponse ( |
||
SendIrcResponse ( SendType sendType, string address, string channel, IEnumerable |
public CommandComponent ( ITinyMessengerHub hub, IPersistentStore store ) : System | ||
hub | ITinyMessengerHub | |
store | IPersistentStore | |
return | System |