]> jfr.im git - irc/freenode/syn.git/commitdiff
don't spam while bursting
authorStephen Bennett <redacted>
Wed, 29 Jul 2009 12:40:36 +0000 (13:40 +0100)
committerStephen Bennett <redacted>
Wed, 29 Jul 2009 12:40:36 +0000 (13:40 +0100)
facilities.c

index 203a0d4fc5feadda8f09c6512c93e4e1fa014156..7f8d114e12401e6dbefef0cc014bdd32d06d03c1 100644 (file)
@@ -456,7 +456,7 @@ void facility_newuser(void *v)
             }
     }
 
-    if (dospam)
+    if (dospam && !me.bursting)
         syn_report2(2, "Allowed %s!%s@%s [%s]", u->nick, u->user, u->vhost, u->gecos);
 }