more checks

pull/58/head
Mallory Hancock 2019-02-22 13:21:22 -08:00
parent 836a696dc5
commit cd1ab63db9
1 changed files with 1 additions and 0 deletions

View File

@ -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))