فهرست منبع

* Unreal Detection typo fix (Unreeal -> Unreal)

Estella 16 سال پیش
والد
کامیت
93a88d9bc7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/mod/server.mod/servmsg.c

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

@@ -262,7 +262,7 @@ got004(char *from, char *msg)
   tmp = newsplit(&msg);
 
   /* cookies won't work on ircu or Unreal or snircd */
-  if (strstr(tmp, "u2.") || strstr(tmp, "Unreeal") || strstr(tmp, "snircd")) {
+  if (strstr(tmp, "u2.") || strstr(tmp, "Unreal") || strstr(tmp, "snircd")) {
     putlog(LOG_DEBUG, "*", "Disabling cookies as they are not supported on %s", cursrvname);
     cookies_disabled = true;
   }