From: djk Date: Sat, 22 May 1999 20:42:13 +0000 (+0000) Subject: changed crap handling X-Git-Tag: R_1_28~17 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=e028aec8725d73bc98177514e53c0f35aa698202;p=spider.git changed crap handling changed multiple connect handling --- diff --git a/perl/cluster.pl b/perl/cluster.pl index bfd9bb09..3014e24f 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -221,8 +221,8 @@ sub process_inqueue # translate any crappy characters into hex characters if ($line =~ /[\x00-\x06\x08\x0a-\x1f\x7f-\xff]/o) { $line =~ s/([\x00-\x1f\x7f-\xff])/uc sprintf("%%%02x",ord($1))/eg; - dbg('chan', "<- $sort $call **CRAP**: $line"); - return; +# dbg('chan', "<- $sort $call **CRAP**: $line"); +# return; } # do the really sexy console interface bit! (Who is going to do the TK interface then?)