DO should be a DONT for echo
This commit is contained in:
parent
29ef0935c3
commit
74078939cc
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue