C# 클래스 SimoBot.UguuFeature

상속: IFeature
파일 보기 프로젝트 열기: code-n-beer/SimoBot

공개 메소드들

메소드 설명
Execute ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
Initialize ( string>.Dictionary configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
Client IrcDotNet
Channel string
Sender IrcDotNet
Message string
리턴 void

Initialize() 공개 메소드

public Initialize ( string>.Dictionary configs ) : void
configs string>.Dictionary
리턴 void

RegisterFeature() 공개 메소드

public RegisterFeature ( EngineMessageHandlers features ) : void
features EngineMessageHandlers
리턴 void