private void startBotDebug() { conf.oauth = "oauth:" + auth; conf.nick = "hail_zaros"; conf.port = 6667; conf.channel = "#hail_zaros"; conf.server = "irc.twitch.tv"; conf.debug = true; conf.joined = false; bot = new IRCBot(conf); bot.startUp(); bot.Connect(); //bot.IRCWork(); }
//botStart public void startBot() { conf.oauth = "oauth:" + auth; conf.nick = "harubot"; conf.port = 6667; conf.channel = "#jahvahn"; conf.server = "irc.twitch.tv"; conf.debug = false; conf.joined = false; bot = new IRCBot(conf); bot.startUp(); bot.Connect(); }