]> jfr.im git - irc/quakenet/newserv.git/blobdiff - request/request.c
newsearch: (server) shouldn't return NULL.
[irc/quakenet/newserv.git] / request / request.c
index d7da20ceaf8908fb932a01ff6a8b6282c747647f..7c192909432666277f3c50ea014321d9b016ea79 100644 (file)
@@ -510,7 +510,7 @@ int rqcmd_requestop(void *source, int cargc, char **cargv) {
     }
   }
 
-  if (sp_countsplitservers() > 0) {
+  if (sp_countsplitservers(SERVERTYPEFLAG_USER_STATE) > 0) {
     sendnoticetouser(rqnick, np, "One or more servers are currently split. Wait until the"
                    " netsplit is over and try again.");