1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 21:36:37 +02:00

- Remove temporary message (Unreal3.2.1) regarding cloaking modules.

This commit is contained in:
Bram Matthys
2011-07-06 23:41:34 +02:00
parent 4d9482c92b
commit 59fbe14175
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -2299,3 +2299,4 @@
- Support installing the ircd binary for people who set
--with-spath=<dpath>/bin/ircd.
- Add missing quotation to doc/help.fr.conf (#4026 by MewT).
- Remove temporary message (Unreal3.2.1) regarding cloaking modules.
-3
View File
@@ -1637,9 +1637,6 @@ int i;
#else
config_error("ERROR: No cloaking module loaded. (hint: you probably want to load modules\\cloak.dll)");
#endif
/* TEMPORARY! */
config_error("If you are upgrading from 3.2 (or any older version), be sure to read the release notes "
"or www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!");
return -1;
}