From f5fe9868e1f795d1111859108f75f6584c81d6fd Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 19 Feb 2011 10:04:25 +0600 Subject: [PATCH] Provide link to wiki page from header comment of znc.conf --- znc.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/znc.cpp b/znc.cpp index e30fff07..b6c7cd68 100644 --- a/znc.cpp +++ b/znc.cpp @@ -647,8 +647,9 @@ CString CZNC::MakeConfigHeader() { "//\n" "// Do NOT edit this file while ZNC is running!\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"; + "//\n" + "// Buf if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.\n" + "// Also check http://en.znc.in/wiki/Configuration\n"; } bool CZNC::WriteNewConfig(const CString& sConfigFile) {