send.stdout should default to thinking it is in-channel

This commit is contained in:
jesopo 2019-12-11 11:19:42 +00:00
parent 1b9a26919d
commit ff050b3583

View file

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