From: Ian Jackson Date: Wed, 16 Aug 2000 11:33:29 +0000 (+0000) Subject: Remove debugging. X-Git-Tag: branchpoint-2001-10-09-tell~67 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/de4ab9b9210cf69271e226057617bcc9925cfe70 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]} {