From faf240106907782dd3771af30eaf08dbc0b9af45 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 16 Feb 2019 15:53:14 +0000 Subject: 'received.numeric.###' -> 'received.###' throughout project --- modules/bot_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bot_channel.py') diff --git a/modules/bot_channel.py b/modules/bot_channel.py index 6f0f4d04..a15f37ff 100644 --- a/modules/bot_channel.py +++ b/modules/bot_channel.py @@ -3,7 +3,7 @@ from src import ModuleManager, utils @utils.export("serverset", {"setting": "bot-channel", "help": "Set main channel"}) class Module(ModuleManager.BaseModule): - @utils.hook("received.numeric.001") + @utils.hook("received.001") def do_join(self, event): bot_channel = event["server"].get_setting("bot-channel", self.bot.config.get("bot-channel", "#bitbot")) -- cgit v1.3.1-10-gc9f91