]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanfix/chanfix.c
sync Z: reop single users
[irc/quakenet/newserv.git] / chanfix / chanfix.c
index a316523a05a0243d1f0773d1bdc4d39101a49f80..e85ffce428f49a3659e66df245714d298a082f03 100644 (file)
@@ -1225,7 +1225,7 @@ int cf_fixchannel(channel *cp) {
     if (count >= CFMAXOPS || rolist[i]->score < rolist[0]->score / 2)
       break;
 
-    if (rolist[i]->score < CFMINSCORE)
+    if (rolist[i]->score < CFMINSCORE && i != 0 )
       continue;
 
     np = cf_findnick(rolist[i], cp->index);