mirror of
https://github.com/znc/znc.git
synced 2026-06-29 06:21:29 +02:00
Merge CGlobalModule(s) into CModule(s)
This commit is contained in:
@@ -51,7 +51,7 @@ inline bool FOR_EACH_MODULE_CanContinue(FOR_EACH_MODULE_Type& state, CModules::i
|
||||
if (FOR_EACH_MODULE_Type FOR_EACH_MODULE_Var = pUser) {} else\
|
||||
for (CModules::iterator I = CZNC::Get().GetModules().begin(); FOR_EACH_MODULE_CanContinue(FOR_EACH_MODULE_Var, I); ++I)
|
||||
|
||||
class CWebAdminMod : public CGlobalModule {
|
||||
class CWebAdminMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CWebAdminMod) {
|
||||
VPair vParams;
|
||||
|
||||
Reference in New Issue
Block a user