]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanserv/authcmds/auth.c
merge
[irc/quakenet/newserv.git] / chanserv / authcmds / auth.c
index e55beb5c1d924afd6ad82bbbb36feae06352fe25..e5949b9604e43e29eae33af65a3c23c0c47aa7cc 100644 (file)
@@ -92,7 +92,7 @@ int csa_completeauth(nick *sender, reguser *rup, char *authtype) {
 
   /* Check for too many auths.  Don't return immediately, since we will still warn
    * other users on the acct in this case. */
-  if (!UHasHelperPriv(rup) && !UIsNoAuthLimit(rup)) {
+  if (!UHasStaffPriv(rup) && !UIsNoAuthLimit(rup)) {
     if (anp->usercount >= MAXAUTHCOUNT) {
       chanservstdmessage(sender, QM_TOOMANYAUTHS);
       toomanyauths=1;