aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/auto_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto_mode.py b/modules/auto_mode.py
index 71ff1158..bef0e81a 100644
--- a/modules/auto_mode.py
+++ b/modules/auto_mode.py
@@ -20,7 +20,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.join")
def on_join(self, event):
self._check_modes(event["channel"], event["user"])
- @utils.hook("received.account")
+ @utils.hook("received.account.login")
@utils.hook("internal.identified")
def on_account(self, event):
for channel in event["user"].channels: