diff --git a/Changes b/Changes index 913752c6a..dd1b0894e 100644 --- a/Changes +++ b/Changes @@ -2299,3 +2299,4 @@ - Support installing the ircd binary for people who set --with-spath=/bin/ircd. - Add missing quotation to doc/help.fr.conf (#4026 by MewT). +- Remove temporary message (Unreal3.2.1) regarding cloaking modules. diff --git a/src/modules.c b/src/modules.c index d4910c5a3..30939d647 100644 --- a/src/modules.c +++ b/src/modules.c @@ -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; }