C# 클래스 OakBot.UserCommand

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ocgineer/OakBot 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteCommand ( IrcMessage message ) : void
ExecuteCommandDiscord ( Discord.Message message ) : void
UserCommand ( string command, string response, int gCooldownSec, int uCooldownSec, bool enabled, bool sendAsStreamer = false ) : Discord

비공개 메소드들

메소드 설명
CanExecute ( Viewer viewer ) : bool
NotifyPropertyChanged ( string info ) : void

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( IrcMessage message ) : void
message IrcMessage
리턴 void

ExecuteCommandDiscord() 공개 메소드

public ExecuteCommandDiscord ( Discord.Message message ) : void
message Discord.Message
리턴 void

UserCommand() 공개 메소드

public UserCommand ( string command, string response, int gCooldownSec, int uCooldownSec, bool enabled, bool sendAsStreamer = false ) : Discord
command string
response string
gCooldownSec int
uCooldownSec int
enabled bool
sendAsStreamer bool
리턴 Discord