diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/slowvoice.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
