示例#1
0
        static void Main(string[] args)
        {
            bot b = new bot();

            Console.WriteLine("----------------Bot's window");
            b.Start();
        }
示例#2
0
文件: bot.cs 项目: uncled1023/IRCBot
 private void backgroundWorker_RunModule(object sender, DoWorkEventArgs e, bot parent, Modules.Module module, string[] ex, string command, int nick_access, string nick, string channel, bool bot_command, string type)
 {
     module.control(parent, Conf, ex, command, nick_access, nick, channel, bot_command, type);
 }