chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8a8d337
)
Remove debugging.
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 16 Aug 2000 11:33:29 +0000
(11:33 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 16 Aug 2000 11:33:29 +0000
(11:33 +0000)
bot.tcl
patch
|
blob
|
blame
|
history
diff --git
a/bot.tcl
b/bot.tcl
index 87d8545268a7f3f799752d4147fc4ad85a9227da..95febc412a389a8c4e42efe67dc064c5c656b804 100755
(executable)
--- 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]} {