aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-21 10:35:05 +0100
committerGravatar jesopo2019-06-21 10:35:05 +0100
commite76ea39c712b0fafbe524af5d04a26b822b1dc60 (patch)
tree229b56d60a42684201eb8a8d28b557372539ad56 /modules/line_handler
parentgive every ParsedLine a uuid4 .id for tracking purposes (diff)
signature
Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/__init__.py2
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)