mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -376,6 +376,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
// XXX Legacy crap, added in ZNC 0.099
|
||||
if (sModName == "fixfreenode") {
|
||||
sNotice = "NOTICE: [fixfreenode] doesn't do anything useful anymore, ignoring it";
|
||||
CUtils::PrintMessage(sNotice);
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -419,6 +420,13 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// XXX Legacy crap, added in 1.7
|
||||
if (sModName == "disconkick") {
|
||||
sNotice = "NOTICE: [disconkick] is integrated to core now, ignoring it";
|
||||
CUtils::PrintMessage(sNotice);
|
||||
continue;
|
||||
}
|
||||
|
||||
CString sModRet;
|
||||
CString sArgs = sMod.Token(1, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user