diff options
Diffstat (limited to 'modules/line_handler/__init__.py')
| -rw-r--r-- | modules/line_handler/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py index 37648a58..55455c46 100644 --- a/modules/line_handler/__init__.py +++ b/modules/line_handler/__init__.py @@ -161,9 +161,7 @@ class Module(ModuleManager.BaseModule): # we've received/sent a PRIVMSG, NOTICE or TAGMSG @utils.hook("raw.received.privmsg") - @utils.hook("raw.send.privmsg") @utils.hook("raw.received.notice") - @utils.hook("raw.send.notice") @utils.hook("raw.received.tagmsg") def message(self, event): message.message(self.events, event) |
