From 0031146f98adc3769e03c0a6b38949ecc8a86ffa Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Thu, 11 Jan 2018 10:32:14 -0800 Subject: [PATCH] fix typo --- pinhook/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index c143b70..711bf90 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -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)