diff options
| author | 2018-10-06 09:30:40 +0100 | |
|---|---|---|
| committer | 2018-10-06 09:30:40 +0100 | |
| commit | 4296d1ee8eba93c19ace5df909e656f82ead325f (patch) | |
| tree | 1ed878933ba8019b8c76f721764a9a8c088cfca6 /modules/line_handler.py | |
| parent | Typo in modules/github.py ('command' -> 'commit') and declare event_response (diff) | |
| signature | ||
raw.* events should be call_unsafe
Diffstat (limited to 'modules/line_handler.py')
| -rw-r--r-- | modules/line_handler.py | 2 |
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( |
