Beispiel #1
0
 public ChanServ(IrcBot Bot)
 {
     this.Bot           = Bot;
     this.EnableOpCache = true;
     this.DeopTimer     = new Timer(DeopTimerFire, null, Timeout.Infinite, Timeout.Infinite);
 }
Beispiel #2
0
 public void RegisterManagerCommand(string Command, IrcBot.CommandHandler CommandHandler)
 {
     ManagerCommands.Add(Command, CommandHandler);
     RegisterCommand(Command, HandleManagerCommand);
 }
Beispiel #3
0
 public ChanServ(IrcBot Bot)
 {
     this.Bot = Bot;
     this.EnableOpCache = true;
     this.DeopTimer = new Timer(DeopTimerFire, null, Timeout.Infinite, Timeout.Infinite);
 }