Add some more infos to the recently introduced znc.conf warning header.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2237 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-12-31 16:45:29 +00:00
parent 5050b93658
commit 8cadb672f0
+3 -1
View File
@@ -646,7 +646,9 @@ CString CZNC::MakeConfigHeader() {
"// WARNING\n"
"//\n"
"// Do NOT edit this file while ZNC is running!\n"
"// Use webadmin or *admin instead.\n";
"// Use webadmin or *admin instead.\n"
"// (Unless you know what you are doing. In that case, continue.)\n"
"// You might want to read up on /znc saveconfig and /znc rehash.\n";
}
bool CZNC::WriteNewConfig(const CString& sConfigFile) {