]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanprotect.cpp
Tons of module versionflags stuff, and checks for it in /UNLOADMODULE
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
index dd39a603bcd9e435d4e3cfe62f80b8eeef549e28..65a7b0e84c55fad5b307ee00dc191aff69eaae3a 100644 (file)
@@ -288,7 +288,7 @@ class ModuleChanProtect : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_STATIC);
+               return Version(1,0,0,0,VF_STATIC|VF_VENDOR);
        }
        
        virtual string_list OnChannelSync(chanrec* chan)