X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_restrictchans.cpp;h=91ad43bc2674c6369a8158c12c6bc717f625753f;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=a2f117616085237a198335859ae4c81b5e723496;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_restrictchans.cpp b/src/modules/m_restrictchans.cpp index a2f117616..91ad43bc2 100644 --- a/src/modules/m_restrictchans.cpp +++ b/src/modules/m_restrictchans.cpp @@ -41,7 +41,7 @@ class ModuleRestrictChans : public Module } public: - ModuleRestrictChans() + void init() { ReadConfig(); Implementation eventlist[] = { I_OnUserPreJoin, I_OnRehash };