]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanprotect.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
index d46d28faa6e5ca25071cefcb1b368021607b6e99..23924bd0ae21c2aa49095063879fe278d7878de7 100644 (file)
@@ -289,10 +289,10 @@ class ModuleChanProtect : public Module
        
  public:
  
-       ModuleChanProtect(InspIRCd* Me) : Module::Module(Me)
+       ModuleChanProtect(InspIRCd* Me)
+               : Module::Module(Me), FirstInGetsFounder(false), QAPrefixes(false), DeprivSelf(false), booting(true)
        {       
                /* Load config stuff */
-               booting = true;
                OnRehash("");
                booting = false;