aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-26 13:42:16 +0000
committerGravatar jesopo2019-11-26 13:42:16 +0000
commit252e540f009e586937389970253e0c3308814b5e (patch)
tree32be3d2ccbf7d21562d5a7ed9fff4e4a6578d778 /modules
parentutils.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__.py2
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):