change server name

pull/23/head
Mallory Hancock 2018-02-05 14:52:09 -08:00
parent 67b192ef23
commit 5279b61261
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class TwitchBot(Bot):
self.start_logging(log_level)
self.channel = channel
self.plugin_dir = plugin_dir
server = 'irc.chat.twitch.tv'
server = 'irc.twitch.tv'
port = 6667
self.logger.info('Joining Twitch Server')
irc.bot.SingleServerIRCBot.__init__(self, [(server, port, 'oauth:'+token)], nickname, nickname)