Change "znc" to "ZNC".

This commit is contained in:
Alexey Sokolov
2011-09-04 18:04:07 +07:00
parent 3fe70390f5
commit d252a2b4e2
10 changed files with 20 additions and 17 deletions

View File

@@ -351,13 +351,13 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
sValue = *vit;
CString sModName = sValue.Token(0);
// XXX Legacy crap, added in znc 0.089
// XXX Legacy crap, added in ZNC 0.089
if (sModName == "discon_kick") {
CUtils::PrintMessage("NOTICE: [discon_kick] was renamed, loading [disconkick] instead");
sModName = "disconkick";
}
// XXX Legacy crap, added in znc 0.099
// XXX Legacy crap, added in ZNC 0.099
if (sModName == "fixfreenode") {
CUtils::PrintMessage("NOTICE: [fixfreenode] doesn't do anything useful anymore, ignoring it");
continue;