From c9ac8f5e5e578465a3e70d71ba316f9d3801ceb8 Mon Sep 17 00:00:00 2001 From: KindOne Date: Wed, 6 Mar 2013 21:30:37 -0500 Subject: [PATCH] Explain that altering znc.conf by hand is a bad idea. Fixed a typo. --- src/znc.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; }