Explorar el Código

* ircd-seven and Charybdis support connect bursting as well

Bryan Drewery hace 16 años
padre
commit
40f05d1a0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")) {
   if (strstr(tmp, "u2.") || strstr(tmp, "Unreeal") || strstr(tmp, "snircd")) {
     putlog(LOG_DEBUG, "*", "Disabling cookies as they are not supported on %s", cursrvname);
     putlog(LOG_DEBUG, "*", "Disabling cookies as they are not supported on %s", cursrvname);
     cookies_disabled = true;
     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;
     connect_burst = 1;
 
 
   if (!replaying_cache && connect_burst) {
   if (!replaying_cache && connect_burst) {