Method | Description | |
---|---|---|
BotCommandHandler ( ) : System | ||
CommandHandler ( string message ) : string |
Returns back status message that can be passed back to chat
|
|
isCommand ( string message ) : bool |
Checks to see if the message is a command
|
public CommandHandler ( string message ) : string | ||
message | string | line from chat |
return | string |
public isCommand ( string message ) : bool | ||
message | string | line from chat |
return | bool |