Explain that altering znc.conf by hand is a bad idea. Fixed a typo.

This commit is contained in:
KindOne
2013-03-06 21:30:37 -05:00
committed by Alexey Sokolov
parent ea5406f334
commit c9ac8f5e5e
+3 -1
View File
@@ -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";
}