From 836a696dc50b09298cdf153038f1c21466658121 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Fri, 22 Feb 2019 13:16:56 -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 d48b73e..d083a34 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -196,7 +196,7 @@ class Bot(irc.bot.SingleServerIRCBot): ops=self.ops, logger=self.logger )) - self.logger.debug(output.event_type) + self.logger.debug(output.msg_type) self.logger.debug(output.msg) except Exception as e: self.logger.exception('issue with listener {}'.format(lstnr))