fix critical bug
This commit is contained in:
parent
73c3de9c99
commit
07fe4d1c6e
@ -201,7 +201,8 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||
output = listen_output
|
||||
except Exception as e:
|
||||
self.logger.exception('issue with listener {}'.format(lstnr))
|
||||
self.logger.debug(f'returning output: {output.msg}')
|
||||
if output:
|
||||
self.logger.debug(f'returning output: {output.msg}')
|
||||
return output
|
||||
|
||||
def process_event(self, c, e):
|
||||
|
Loading…
x
Reference in New Issue
Block a user