]> jfr.im git - irc/freenode/syn.git/commitdiff
Don't check facility throttles during netburst
authorStephen Bennett <redacted>
Fri, 29 May 2009 17:42:43 +0000 (18:42 +0100)
committerStephen Bennett <redacted>
Fri, 29 May 2009 17:42:43 +0000 (18:42 +0100)
facilities.c

index 79a80261dbd3abadd0ac5465b7111df593d6caee..5a6886c552073f61ed8e572288cfcbba8fbdb867 100644 (file)
@@ -325,7 +325,7 @@ void facility_newuser(void *v)
         if (f->blockmessage)
             blockmessage = f->blockmessage;
 
-        if (f->throttle[0] > 0)
+        if (f->throttle[0] > 0 && !me.bursting)
         {
             if (f->throttle_latest < CURRTIME)
                 f->throttle_latest = CURRTIME;