From: Ian Jackson Date: Tue, 19 Dec 2000 12:53:21 +0000 (+0000) Subject: Start with zero credit. X-Git-Tag: branchpoint-2001-10-09-tell~43 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/8bf6ec5b27219a5abc4e4c702e17103a6f5227d5 Start with zero credit. --- 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