Make @py output appear for all sessions in MULTISESSION_MODE=1
Resolves #1356.
This commit is contained in:
parent
4d6464cf89
commit
9f7fb2734c
3 changed files with 14 additions and 12 deletions
|
|
@ -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"}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue