diff options
Diffstat (limited to 'modules/channel_save.py')
| -rw-r--r-- | modules/channel_save.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channel_save.py b/modules/channel_save.py index 4d92cdb4..7ae694e2 100644 --- a/modules/channel_save.py +++ b/modules/channel_save.py @@ -1,7 +1,7 @@ from src import ModuleManager, utils class Module(ModuleManager.BaseModule): - @utils.hook("received.numeric.001") + @utils.hook("received.001") def on_connect(self, event): channels = event["server"].get_setting("autojoin", []) if not channels: |
