C# Class ChewieBot_SteamRE.BotCommandHandler

Show file Open project: Hadlock/ChewieBot Class Usage Examples

Public Methods

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

Method Details

BotCommandHandler() public method

public BotCommandHandler ( ) : System
return System

CommandHandler() public method

Returns back status message that can be passed back to chat
public CommandHandler ( string message ) : string
message string line from chat
return string

isCommand() public method

Checks to see if the message is a command
public isCommand ( string message ) : bool
message string line from chat
return bool