From 8cadb672f09c92b7f74fe7380802b9136a8729ba Mon Sep 17 00:00:00 2001 From: cflakes Date: Fri, 31 Dec 2010 16:45:29 +0000 Subject: [PATCH] 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 --- znc.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/znc.cpp b/znc.cpp index 55c31aaf..82ffc1b5 100644 --- a/znc.cpp +++ b/znc.cpp @@ -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) {