]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Update stats message for Q requests.
authorGunnar Beutner <redacted>
Fri, 28 Jun 2013 16:33:12 +0000 (18:33 +0200)
committerGunnar Beutner <redacted>
Fri, 28 Jun 2013 16:33:12 +0000 (18:33 +0200)
--HG--
branch : shroudrequest

request/lrequest.c

index d1e9a353e834f864a41981e92203730934a6eb66..51d7ebd86008606c395d05d250131dffd09ae557 100644 (file)
@@ -72,6 +72,6 @@ int lr_requestl(nick *svc, nick *np, channel *cp, nick *qnick) {
 }
 
 void lr_requeststats(nick *rqnick, nick *np) {
-  sendnoticetouser(rqnick, np, "- Too many requests:              %d", lr_notargets);
+  sendnoticetouser(rqnick, np, "- Too many requests (Q):          %d", lr_notargets);
   sendnoticetouser(rqnick, np, "- Not in top%d (Q):                %d", LR_TOPX, lr_top5);
 }