self._out takes a tags arg

This commit is contained in:
jesopo 2019-11-26 13:42:16 +00:00
parent 2d21dfa229
commit 252e540f00

View file

@ -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):