]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermodes.cpp
Change to Duration for second param
[user/henk/code/inspircd.git] / src / modules / m_opermodes.cpp
index 3890f82e6626c947e6aabe00a9370580c43c1576..d4b873918e9019e953a8337f28920908cd5119d2 100644 (file)
@@ -45,7 +45,7 @@ class ModuleModesOnOper : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Sets (and unsets) modes on opers when they oper up", VF_VENDOR, API_VERSION);
+               return Version("Sets (and unsets) modes on opers when they oper up", VF_VENDOR);
        }
 
        virtual void OnPostOper(User* user, const std::string &opertype, const std::string &opername)