X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=ce73b79f489ce3f042f34ae934d93f28c00a0877;hb=55777026bbfa5b9cf988a85bbe28fe94993482b8;hp=5b38fa677e43673233c7cc8ec5e7423bb6e0c03f;hpb=1e4ce74662bfda254dea9b2dcd44bc5cb22d45ab;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 5b38fa67..ce73b79f 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -29,12 +29,12 @@ sub enqueue { my ($conn, $msg) = @_; unless ($msg =~ /^[ABZ]/) { - if ($msg =~ /^E[-\w]+\|([01])/) { + if ($msg =~ /^E[-\w]+\|([01])/ && $conn->{csort} eq 'telnet') { $conn->{echo} = $1; if ($1) { - $conn->send_raw("\xFF\xFC\x01"); +# $conn->send_raw("\xFF\xFC\x01"); } else { - $conn->send_raw("\xFF\xFB\x01"); +# $conn->send_raw("\xFF\xFB\x01"); } } else { $msg =~ s/^[-\w]+\|//;