コード例 #1
0
ファイル: IRCBot.cs プロジェクト: DireClanMC/MCGalaxy
 public IRCBot()
 {
     nicks     = new IRCNickList();
     nicks.bot = this;
 }