C# Class ChewieBot_SteamRE.BotCommandHandler

Afficher le fichier Open project: Hadlock/ChewieBot Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BotCommandHandler ( ) : System
Résultat System

CommandHandler() public méthode

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

isCommand() public méthode

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