From: Ian Jackson Date: Mon, 15 Jan 2001 15:26:22 +0000 (+0000) Subject: Remove spurious @ X-Git-Tag: branchpoint-2001-10-09-tell~32 X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/commitdiff_plain/dce9eb946703d0811e6befe4297bc065298ab3e9?hp=942864785b8cdd578610d780e6b983f57caaea3d Remove spurious @ --- diff --git a/bot.tcl b/bot.tcl index bcbc1bc..b26d1c6 100755 --- 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