diff --git a/core/servers/login/telnet.js b/core/servers/login/telnet.js index cf90b92f..240ce06b 100644 --- a/core/servers/login/telnet.js +++ b/core/servers/login/telnet.js @@ -196,8 +196,8 @@ class TelnetClient { } banner() { - this.socket.do.echo(); - this.socket.will.echo(); // we'll echo back + this.socket.dont.echo(); // don't echo characters + this.socket.will.echo(); // ...we'll echo them back this.socket.will.sga(); this.socket.do.sga();