fix issue with logging not starting

pull/23/head
Mallory Hancock 2018-02-05 14:33:38 -08:00
parent 882f75f6ad
commit 67b192ef23
1 changed files with 1 additions and 1 deletions

View File

@ -211,8 +211,8 @@ class Bot(irc.bot.SingleServerIRCBot):
class TwitchBot(Bot):
def __init__(self, nickname, channel, token, plugin_dir='plugins', log_level='debug'):
self.start_logging(log_level)
self.bot_nick = nickname
self.start_logging(log_level)
self.channel = channel
self.plugin_dir = plugin_dir
server = 'irc.chat.twitch.tv'