X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_httpd_acl.cpp;h=e97febc6e4a93fe1010176521679f79883e3054c;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=abbab1d872bfd267660d92a74795816705f37c40;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp index abbab1d87..e97febc6e 100644 --- a/src/modules/m_httpd_acl.cpp +++ b/src/modules/m_httpd_acl.cpp @@ -94,7 +94,8 @@ class ModuleHTTPAccessList : public Module } } - ModuleHTTPAccessList() { + void init() + { ReadConfig(); Implementation eventlist[] = { I_OnEvent }; ServerInstance->Modules->Attach(eventlist, this, 1);