chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9428647
)
Remove spurious @
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 15 Jan 2001 15:26:22 +0000
(15:26 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 15 Jan 2001 15:26:22 +0000
(15:26 +0000)
bot.tcl
patch
|
blob
|
blame
|
history
diff --git
a/bot.tcl
b/bot.tcl
index bcbc1bc92bf60a304d43621539c1057709968477..b26d1c6f7eccb78491e9987356202bcb4961b7f7 100755
(executable)
--- a/
bot.tcl
+++ b/
bot.tcl
@@
-90,7
+90,7
@@
proc out_runqueue {now} {
set out_queue [lrange $out_queue 1 end]
if {[llength $out_queue]} {
append orgwhen "+[expr {$now - $orgwhen}]"
- append orgwhen ([llength $out_queue])"
+ append orgwhen
"
([llength $out_queue])"
}
puts "$orgwhen -> $msg"
puts $sock $msg