Provide link to wiki page from header comment of znc.conf

This commit is contained in:
Alexey Sokolov
2011-02-19 10:04:25 +06:00
parent 7784492234
commit f5fe9868e1
+3 -2
View File
@@ -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) {