DO should be a DONT for echo

This commit is contained in:
Bryan Ashby
2020-05-31 14:54:33 -06:00
parent 29ef0935c3
commit 74078939cc

View File

@@ -196,8 +196,8 @@ class TelnetClient {
} }
banner() { banner() {
this.socket.do.echo(); this.socket.dont.echo(); // don't echo characters
this.socket.will.echo(); // we'll echo back this.socket.will.echo(); // ...we'll echo them back
this.socket.will.sga(); this.socket.will.sga();
this.socket.do.sga(); this.socket.do.sga();