mirror of
https://github.com/znc/znc.git
synced 2026-07-31 14:03:00 +02:00
Don't fail to load if can't find fixfreenode.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user