fix another typo
parent
966ac38603
commit
9ea10b18f1
|
@ -169,7 +169,7 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.exception('issue with command {}'.format(cmd))
|
self.logger.exception('issue with command {}'.format(cmd))
|
||||||
else:
|
else:
|
||||||
for lstnr in pinhook.plugin.listnrs:
|
for lstnr in pinhook.plugin.lstnrs:
|
||||||
try:
|
try:
|
||||||
output = pinhook.plugin.lstnrs[lstnr](self.Message(
|
output = pinhook.plugin.lstnrs[lstnr](self.Message(
|
||||||
channel=chan,
|
channel=chan,
|
||||||
|
|
Loading…
Reference in New Issue