aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(