示例#1
0
文件: IRCBot.cs 项目: Fam0r/MCGalaxy
 public IRCBot()
 {
     nicks     = new IRCNickList();
     nicks.bot = this;
     UpdateState();
 }