Przeglądaj źródła

Wraith requires misc/compat8x now; 7x is EOL

Bryan Drewery 13 lat temu
rodzic
commit
8b0e5193b2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/shell.c

+ 1 - 1
src/shell.c

@@ -654,7 +654,7 @@ const char *werr_tostr(int errnum)
   case ERR_TOOMANYBOTS:
   case ERR_TOOMANYBOTS:
     return STR("Too many bots defined. 5 max. Too many will lead to klines.\nSpread out into multiple accounts/shells/ip ranges.");
     return STR("Too many bots defined. 5 max. Too many will lead to klines.\nSpread out into multiple accounts/shells/ip ranges.");
   case ERR_LIBS:
   case ERR_LIBS:
-    return STR("Failed to load required libraries.\nEnsure that 32bit compat libs are installed, and openssl.\nLinux: ia32-libs\nFreeBSD: misc/compat7x");
+    return STR("Failed to load required libraries.\nEnsure that 32bit compat libs are installed, and openssl.\nLinux: ia32-libs\nFreeBSD: misc/compat8x");
   default:
   default:
     return STR("Unforseen error");
     return STR("Unforseen error");
   }
   }