]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_securelist.cpp
Remove dummy API_VERSION from Version constructor
[user/henk/code/inspircd.git] / src / modules / m_securelist.cpp
index a83e9dc1b5ba4a3c126624f465908451d4fdcfa1..91dc3a0cde6f6a2c6cfb9e3ce43a0fb2acff1400 100644 (file)
@@ -33,7 +33,7 @@ class ModuleSecureList : public Module
 
        virtual Version GetVersion()
        {
-               return Version("A module overriding /list, and making it safe - stop those sendq problems.",VF_VENDOR,API_VERSION);
+               return Version("A module overriding /list, and making it safe - stop those sendq problems.",VF_VENDOR);
        }
 
        void OnRehash(User* user)