]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nokicks.cpp
Updated to keep lowermap const within hashcomp.cpp
[user/henk/code/inspircd.git] / src / modules / m_nokicks.cpp
index 3f7d35c46930950e69a4f7d4db389ddffd712ecc..df2f98c84f1ce1f6d0859ba2a84cd57039f718da 100644 (file)
@@ -18,6 +18,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
+#include "helperfuncs.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +Q */
 
@@ -94,7 +95,7 @@ class ModuleNoKicks : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_STATIC);
+               return Version(1,0,0,0,VF_STATIC|VF_VENDOR);
        }
 };