示例#1
0
文件: bot.cs 项目: uncled1023/IRCBot
        internal bot(IRCBot.bot_controller main, BotConfig new_conf)
        {
            controller = main;
            Conf = new_conf;

            init_bot();
        }
示例#2
0
 public BotMain(Main game)
     : base(game)
 {
     bcfg = new BotConfig();
     Order = -1;
 }