send.stdout should default to thinking it is in-channel
This commit is contained in:
parent
1b9a26919d
commit
ff050b3583
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ class Module(ModuleManager.BaseModule):
|
|||
stdout.prefix = None
|
||||
|
||||
target_str = event.get("target_str", target.name)
|
||||
self._out(event["server"], target, target_str, False, stdout, type, {})
|
||||
self._out(event["server"], target, target_str, True, stdout, type, {})
|
||||
|
||||
@utils.hook("check.command.self")
|
||||
def check_command_self(self, event):
|
||||
|
|
Loading…
Reference in a new issue