mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -208,7 +208,7 @@ public:
|
||||
PUSH_STR(sName);
|
||||
PUSH_PTR(CModInfo*, &ModInfo);
|
||||
PCALL("ZNC::Core::ModInfoByPath");
|
||||
if (!SvTRUE(ERRSV) && ret == 2) {
|
||||
if (!SvTRUE(ERRSV)) {
|
||||
ssMods.insert(ModInfo);
|
||||
}
|
||||
PEND;
|
||||
|
||||
Reference in New Issue
Block a user