From 252e540f009e586937389970253e0c3308814b5e Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 26 Nov 2019 13:42:16 +0000 Subject: self._out takes a `tags` arg --- modules/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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): -- cgit v1.3.1-10-gc9f91