C# 클래스 SimoBot.Engine

파일 보기 프로젝트 열기: code-n-beer/SimoBot 1 사용 예제들

공개 메소드들

메소드 설명
Engine ( List servers, string>.Dictionary confs ) : System
InitializeFeatures ( ) : void
LoadFeatures ( ) : void
StartClients ( ) : void

비공개 메소드들

메소드 설명
MessageReceived ( object sender, IrcMessageEventArgs e, IrcClient client ) : void
handleCommands ( object sender, IrcMessageEventArgs e, IrcClient client ) : void
handleRegexes ( object sender, IrcMessageEventArgs e, IrcClient client ) : void

메소드 상세

Engine() 공개 메소드

public Engine ( List servers, string>.Dictionary confs ) : System
servers List
confs string>.Dictionary
리턴 System

InitializeFeatures() 공개 메소드

public InitializeFeatures ( ) : void
리턴 void

LoadFeatures() 공개 메소드

public LoadFeatures ( ) : void
리턴 void

StartClients() 공개 메소드

public StartClients ( ) : void
리턴 void