diff --git a/src/znc.cpp b/src/znc.cpp index e0258913..ec0b4bb5 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -526,7 +526,9 @@ CString CZNC::MakeConfigHeader() { "// Do NOT edit this file while ZNC is running!\n" "// Use webadmin or *controlpanel instead.\n" "//\n" - "// Buf if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.\n" + "// Altering this file by hand will forfeit all support.\n" + "//\n" + "// But 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"; }