]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Fixes found by removing User inheritance from StreamSocket
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index c0e32da7329a137c99dd3263f9280e24c4e287c9..bfb8f116f8d5d5bdbbacffe6d6af15d03d05c7ca 100644 (file)
@@ -67,7 +67,7 @@ class ModuleSetName : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Provides support for the SETNAME command", VF_VENDOR, API_VERSION);
+               return Version("Provides support for the SETNAME command", VF_VENDOR);
        }
 };