aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-06 09:30:40 +0100
committerGravatar jesopo2018-10-06 09:30:40 +0100
commit4296d1ee8eba93c19ace5df909e656f82ead325f (patch)
tree1ed878933ba8019b8c76f721764a9a8c088cfca6 /modules
parentTypo in modules/github.py ('command' -> 'commit') and declare event_response (diff)
signature
raw.* events should be call_unsafe
Diffstat (limited to 'modules')
-rw-r--r--modules/line_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py
index 3cefbf6c..59e52339 100644
--- a/modules/line_handler.py
+++ b/modules/line_handler.py
@@ -25,7 +25,7 @@ class Module(ModuleManager.BaseModule):
"tags": line.tags, "last": line.last,
"server": line.server, "prefix": line.prefix}
- self.events.on("raw").on(line.command).call(**kwargs)
+ self.events.on("raw").on(line.command).call_unsafe(**kwargs)
if default_event or not hooks:
if line.command.isdigit():
self.events.on("received.numeric").on(line.command).call(