fix another typo

pull/29/head
Mallory Hancock 2018-04-10 12:07:13 -07:00
parent 966ac38603
commit 9ea10b18f1
1 changed files with 1 additions and 1 deletions

View File

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