possible solution to issue

pull/58/head
Mallory Hancock 2019-02-22 13:33:39 -08:00
parent a3a00783aa
commit 3e9ad585a3
1 changed files with 3 additions and 3 deletions

View File

@ -196,9 +196,9 @@ class Bot(irc.bot.SingleServerIRCBot):
ops=self.ops,
logger=self.logger
))
self.logger.debug(output.msg_type)
self.logger.debug(output.msg_type == pinhook.plugin.OutputType.Action)
self.logger.debug(output.msg)
self.logger.debug(listen_output.msg_type)
self.logger.debug(listen_output.msg_type == pinhook.plugin.OutputType.Action)
self.logger.debug(listen_output.msg)
if listen_output:
output = listen_output
except Exception as e: