]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_exemptchanops.cpp
Fixes found by removing User inheritance from StreamSocket
[user/henk/code/inspircd.git] / src / modules / m_exemptchanops.cpp
index 83e21bef3c2c14a16234928267e8de55cf89b5dd..9e6b735ed2caef39d6e67e8655b57a38e72a70e0 100644 (file)
@@ -78,7 +78,7 @@ class ModuleExemptChanOps : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides the ability to allow channel operators to be exempt from certain modes.",VF_VENDOR|VF_COMMON,API_VERSION);
+               return Version("Provides the ability to allow channel operators to be exempt from certain modes.",VF_VENDOR|VF_COMMON);
        }
 
        virtual void OnRehash(User* user)