'evnet' -> 'event' typo

This commit is contained in:
jesopo 2019-07-09 20:58:02 +01:00
parent 4f781f30eb
commit 9ffe62f27e

View file

@ -36,7 +36,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.quit") @utils.hook("received.quit")
def on_quit(self, event): def on_quit(self, event):
for channel in evnet["user"].channels: for channel in event["user"].channels:
self._cancel_timer(event["user"], channel) self._cancel_timer(event["user"], channel)
@utils.hook("self.part") @utils.hook("self.part")