]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Should probably say which user is violating the ident limit.
authorChris Porter <redacted>
Mon, 13 Oct 2008 05:27:57 +0000 (06:27 +0100)
committerChris Porter <redacted>
Mon, 13 Oct 2008 05:27:57 +0000 (06:27 +0100)
trusts/trusts_policy.c

index ec4e5a6368925a1f988b5c84cd9f6a0b3358208e..32a8ca515ceda2aa37420a571d7c6c84de87eb25 100644 (file)
@@ -57,7 +57,7 @@ static void policycheck(int hooknum, void *arg) {
       }
 
       if(identcount > tg->maxperident)
-        controlwall(NO_OPER, NL_TRUSTS, "Hard ident limit exceeded: '%s', %d connected, %d max.", tg->name->content, identcount, tg->maxperident);
+        controlwall(NO_OPER, NL_TRUSTS, "Hard ident limit exceeded: '%s' %s!%s@%s, %d connected, %d max.", tg->name->content, np->nick, np->ident, np->host->name->content, identcount, tg->maxperident);
     }
   } else {
     if(tg->count < tg->maxusage)