self._out takes a tags
arg
This commit is contained in:
parent
2d21dfa229
commit
252e540f00
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue