Przeglądaj źródła

* ircd-seven and Charybdis support connect bursting as well

Bryan Drewery 16 lat temu
rodzic
commit
40f05d1a0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/mod/server.mod/servmsg.c

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

@@ -255,7 +255,7 @@ got004(char *from, char *msg)
   if (strstr(tmp, "u2.") || strstr(tmp, "Unreeal") || strstr(tmp, "snircd")) {
     putlog(LOG_DEBUG, "*", "Disabling cookies as they are not supported on %s", cursrvname);
     cookies_disabled = true;
-  } else if (strstr(tmp, "hybrid") || strstr(tmp, "ratbox"))
+  } else if (strstr(tmp, "hybrid") || strstr(tmp, "ratbox") || strstr(tmp, "Charybdis") || strstr(tmp, "ircd-seven"))
     connect_burst = 1;
 
   if (!replaying_cache && connect_burst) {