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