diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py index ae6779d5..71013c38 100644 --- a/modules/commands/__init__.py +++ b/modules/commands/__init__.py @@ -401,7 +401,7 @@ class Module(ModuleManager.BaseModule): target_str = event.get("target_str", target.name) self._out(event["server"], target, target_str, stdout, - type) + type, {}) @utils.hook("check.command.self") def check_command_self(self, event): |
