From 5959920154dc74b61c5ead5b89ea4e15c5814a57 Mon Sep 17 00:00:00 2001 From: ijackson Date: Tue, 19 Dec 2000 12:53:21 +0000 Subject: [PATCH] Start with zero credit. --- bot.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.tcl b/bot.tcl index 29fc54c..8a1f76e 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1379,7 +1379,7 @@ proc ensure_globalsecret {} { proc ensure_outqueue {} { out__vars if {[info exists out_queue]} return - set out_creditms [expr {$out_maxburst*$out_interval}] + set out_creditms 0 set out_creditat [clock seconds] set out_queue {} set out_lag_reported 0 -- 2.30.2