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