]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sethost.cpp
Properly cull TreeServer objects when quitting several of them
[user/henk/code/inspircd.git] / src / modules / m_sethost.cpp
index cd9368d3c258cdbf1aa8e1cb16a7cebbdc77cda9..e82b5c11ce774f42c6c846e46dd951a0780ad050 100644 (file)
@@ -95,7 +95,7 @@ class ModuleSetHost : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides support for the SETHOST command", VF_VENDOR, API_VERSION);
+               return Version("Provides support for the SETHOST command", VF_VENDOR);
        }
 
 };