From 1f8f005a832b88884c28bea72bb61cc8d3f55c12 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 3 Mar 2001 12:37:14 +0000 Subject: [PATCH] remove ALL telnet options --- perl/ExtMsg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index ce73b79f..81b9a1bc 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -118,7 +118,7 @@ sub new_client { $conn->{state} = 'WL'; # $conn->send_raw("\xff\xfe\x01\xff\xfc\x01\ff\fd\x22"); # $conn->send_raw("\xff\xfa\x22\x01\x01\xff\xf0"); - $conn->send_raw("\xFF\xFC\x01"); +# $conn->send_raw("\xFF\xFC\x01"); _send_file($conn, "$main::data/issue"); $conn->send_raw("login: "); } else { -- 2.34.1