Make @py output appear for all sessions in MULTISESSION_MODE=1

Resolves #1356.
This commit is contained in:
Griatch 2017-10-12 18:00:39 +02:00
parent 4d6464cf89
commit 9f7fb2734c
3 changed files with 14 additions and 12 deletions

View file

@ -75,7 +75,7 @@ class CmdHelp(Command):
pass
if usemore:
evmore.msg(self.caller, text)
evmore.msg(self.caller, text, session=self.session)
return
self.msg((text, {"type": "help"}))