C# 클래스 SimoBot.ReverseFeature

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

공개 메소드들

메소드 설명
Execute ( IrcDotNet client, string channel, IrcDotNet sender, string message ) : void
Initialize ( string>.Dictionary confs ) : 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 confs ) : void
confs string>.Dictionary
리턴 void

RegisterFeature() 공개 메소드

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