pull/20/head^2
Mallory Hancock 2018-01-11 10:32:14 -08:00
parent 16dc7120ea
commit 0031146f98
1 changed files with 1 additions and 1 deletions

View File

@ -198,6 +198,6 @@ class Bot(irc.bot.SingleServerIRCBot):
self.logger.debug('output message: {}'.format(msg))
c.privmsg(chan, msg)
elif output.msg_type == 'action':
self.logger.debut('output action: {}'.format(msg))
self.logger.debug('output action: {}'.format(msg))
c.action(chan, msg)
time.sleep(.5)