From cd1ab63db9217d443a316a84a223199d7fcfe8ff Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Fri, 22 Feb 2019 13:21:22 -0800 Subject: [PATCH] more checks --- pinhook/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pinhook/bot.py b/pinhook/bot.py index d083a34..1b7069d 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -197,6 +197,7 @@ class Bot(irc.bot.SingleServerIRCBot): logger=self.logger )) self.logger.debug(output.msg_type) + self.logger.debug(output.msg_type == pinhook.plugin.OutputType.Action) self.logger.debug(output.msg) except Exception as e: self.logger.exception('issue with listener {}'.format(lstnr))