]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sapart.cpp
This will royally fuck 1.2's linking right now, but..
[user/henk/code/inspircd.git] / src / modules / m_sapart.cpp
index 829607e5866dd2c87a8f0f5a41d66ffc5ec781e4..1713e07c0cba3fa041314283e8e48a8d634689ee 100644 (file)
@@ -104,7 +104,7 @@ class ModuleSapart : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,1,0,1,VF_VENDOR,API_VERSION);
+               return Version(1, 1, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
 };