Explorar o código

* Ported [2753] to 1.2.10
* Fix incorrent [2708] for floodless fix.


svn: 2754

Bryan Drewery %!s(int64=20) %!d(string=hai) anos
pai
achega
950d302a56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mod/server.mod/servmsg.c

+ 1 - 1
src/mod/server.mod/servmsg.c

@@ -687,7 +687,7 @@ static int gotnotice(char *from, char *msg)
       /* Server notice? */
       if ((nick[0] == 0) || (uhost[0] == 0)) {
         if (!server_online && 
-            !strcmp(msg, "*** You are exempt from user limits. congrats."))
+            !strcmp(msg, "*** You are exempt from flood limits."))
           floodless = 1;
 	/* Hidden `250' connection count message from server */
 	if (strncmp(msg, "Highest connection count:", 25))