C# Класс ChewieBot_SteamRE.BotCommandHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

BotCommandHandler() публичный Метод

public BotCommandHandler ( ) : System
Результат System

CommandHandler() публичный Метод

Returns back status message that can be passed back to chat
public CommandHandler ( string message ) : string
message string line from chat
Результат string

isCommand() публичный Метод

Checks to see if the message is a command
public isCommand ( string message ) : bool
message string line from chat
Результат bool