]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Change 2.0 cloak function to use variable-length segments
[user/henk/code/inspircd.git] / src / configreader.cpp
index 79c70405c30fd90d0123b225727ec956a3dc3d40..c0e9b5992dabf50b1f0d32859b9520ff132f0651 100644 (file)
@@ -890,7 +890,7 @@ void ConfigReaderThread::Finish()
                ServerInstance->Logs->CloseLogs();
                ServerInstance->Logs->OpenFileLogs();
 
-               if (Config->RawLog)
+               if (Config->RawLog && !old->RawLog)
                        ServerInstance->Users->ServerNoticeAll("*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded.");
 
                Config = old;