From 9ea10b18f1b5a6f128059c3be7e4539d3fbd1fbc Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 10 Apr 2018 12:07:13 -0700 Subject: [PATCH] fix another typo --- pinhook/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index 766bd40..a69d6d7 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -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,