]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Remove m_halfop from list in compat linking mode
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index a0a4cfe8d1ec944b50c4b61d4d667ccd1bc1d1a7..8f0dd4dc021a804f2359e23e3fa1d36f7a2f648a 100644 (file)
@@ -70,7 +70,7 @@ class ModuleSetIdent : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides support for the SETIDENT command", VF_VENDOR, API_VERSION);
+               return Version("Provides support for the SETIDENT command", VF_VENDOR);
        }
 
 };