C# 클래스 ChewieBot_SteamRE.BotCommandHandler

파일 보기 프로젝트 열기: Hadlock/ChewieBot 1 사용 예제들

공개 메소드들

메소드 설명
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