Don't fail to load if can't find fixfreenode.

This commit is contained in:
Alexey Sokolov
2011-07-10 19:46:34 +07:00
parent 7ea5e1fd4c
commit 63e8d42e3d
+6
View File
@@ -308,6 +308,12 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
sModName = "disconkick";
}
// XXX Legacy crap, added in znc 0.099
if (sModName == "fixfreenode") {
CUtils::PrintMessage("NOTICE: [fixfreenode] doesn't do anything useful anymore, ignoring it");
continue;
}
CUtils::PrintAction("Loading Module [" + sModName + "]");
CString sModRet;
CString sArgs = sValue.Token(1, true);