no loading plugins until functionality works

pull/23/head
Mallory Hancock 2018-02-05 14:53:34 -08:00
parent 5279b61261
commit 495965e22b
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class TwitchBot(Bot):
port = 6667
self.logger.info('Joining Twitch Server')
irc.bot.SingleServerIRCBot.__init__(self, [(server, port, 'oauth:'+token)], nickname, nickname)
self.load_plugins()
#self.load_plugins()
def on_welcome(self, c, e):
self.logger.info('requesting permissions')