From dce9eb946703d0811e6befe4297bc065298ab3e9 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 15 Jan 2001 15:26:22 +0000 Subject: [PATCH] Remove spurious @ Organization: Straylight/Edgeware From: Ian Jackson --- bot.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- [mdw]