mirror of
https://github.com/znc/znc.git
synced 2026-07-05 09:21:31 +02:00
Provide link to wiki page from header comment of znc.conf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user