'evnet' -> 'event' typo
This commit is contained in:
parent
4f781f30eb
commit
9ffe62f27e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue