From 9ffe62f27ea9848f011b8487fb35442ecd432f42 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 9 Jul 2019 20:58:02 +0100 Subject: 'evnet' -> 'event' typo --- modules/slowvoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/slowvoice.py b/modules/slowvoice.py index 188bb4c1..dfbc40a8 100644 --- a/modules/slowvoice.py +++ b/modules/slowvoice.py @@ -36,7 +36,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.quit") def on_quit(self, event): - for channel in evnet["user"].channels: + for channel in event["user"].channels: self._cancel_timer(event["user"], channel) @utils.hook("self.part") -- cgit v1.3.1-10-gc9f91