mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user