Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            bot b = new bot();

            Console.WriteLine("----------------Bot's window");
            b.Start();
        }
Ejemplo n.º 2
0
 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);
 }