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

@ -192,7 +192,7 @@ class EvMore(object):
if self._npages <= 1 and not always_page:
# no need for paging; just pass-through.
caller.msg(text=text, **kwargs)
caller.msg(text=text, session=self._session, **kwargs)
else:
# go into paging mode
# first pass on the msg kwargs