mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Made sure to kill color at the end of msg:es. This makes telnet/ssh consistent with webclient output.
This commit is contained in:
parent
16d49e61d3
commit
e534d5f9a0
2 changed files with 3 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ class SshProtocol(Manhole, session.Session):
|
|||
if raw:
|
||||
self.lineSend(string)
|
||||
else:
|
||||
self.lineSend(ansi.parse_ansi(string, strip_ansi=nomarkup))
|
||||
self.lineSend(ansi.parse_ansi(string.strip("{r") + "{r", strip_ansi=nomarkup))
|
||||
|
||||
|
||||
class ExtraInfoAuthServer(SSHUserAuthServer):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue