Exemplo n.º 1
0
        internal bot(IRCBot.bot_controller main, BotConfig new_conf)
        {
            controller = main;
            Conf = new_conf;

            init_bot();
        }
Exemplo n.º 2
0
 public BotMain(Main game)
     : base(game)
 {
     bcfg = new BotConfig();
     Order = -1;
 }