From: ijackson Date: Wed, 16 Aug 2000 11:33:29 +0000 (+0000) Subject: Remove debugging. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=1c8ea8aa31b2b71ac0e97dd215fbe4623c591e16;p=ircbot.git Remove debugging. --- diff --git a/bot.tcl b/bot.tcl index 87d8545..95febc4 100755 --- a/bot.tcl +++ b/bot.tcl @@ -49,7 +49,6 @@ proc onread {args} { global sock if {[gets $sock line] == -1} { set terminate 1; return } -binary scan $line H* inhex; puts >$inhex< regsub -all "\[^ -\176\240-\376\]" $line ? line set org $line if {[regexp -nocase {^:([^ ]+) (.*)} $line dummy prefix remain]} {