mirror of
https://github.com/znc/znc.git
synced 2026-07-03 00:11:59 +02:00
Create EModuleType, creating SetType which replaces SetGlobal
This commit is contained in:
@@ -632,7 +632,7 @@ bool CZNC::WriteNewConfig(const CString& sConfigFile) {
|
||||
// !Listen
|
||||
|
||||
set<CModInfo> ssGlobalMods;
|
||||
GetModules().GetAvailableMods(ssGlobalMods, true);
|
||||
GetModules().GetAvailableMods(ssGlobalMods, ModuleTypeGlobal);
|
||||
size_t uNrOtherGlobalMods = FilterUncommonModules(ssGlobalMods);
|
||||
|
||||
if (!ssGlobalMods.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user