예제 #1
0
파일: IRCBot.cs 프로젝트: Fam0r/MCGalaxy
 public IRCBot()
 {
     nicks     = new IRCNickList();
     nicks.bot = this;
     UpdateState();
 }