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
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 2 deletions

View File

@ -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();