static void Main(string[] args) { bot b = new bot(); Console.WriteLine("----------------Bot's window"); b.Start(); }
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); }