mirror of
https://github.com/znc/znc.git
synced 2026-06-23 19:42:02 +02:00
+1
-1
@@ -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