diff options
| author | 2019-11-26 13:42:16 +0000 | |
|---|---|---|
| committer | 2019-11-26 13:42:16 +0000 | |
| commit | 252e540f009e586937389970253e0c3308814b5e (patch) | |
| tree | 32be3d2ccbf7d21562d5a7ed9fff4e4a6578d778 /modules | |
| parent | utils.http.Response.data should always be `bytes` - add .decode and .soup (diff) | |
| signature | ||
self._out takes a `tags` arg
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): |
