]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgname.cpp
allow channels starting with ## in m_banredirect.cpp, fixes bug #921 reported by...
[user/henk/code/inspircd.git] / src / modules / m_chgname.cpp
index 0fac2bdad22809d98dd354a38e7f51b68764ed0b..86e01ad33cef16a9dbafca09aa8d78e32d28fed8 100644 (file)
@@ -78,7 +78,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version("Provides support for the CHGNAME command", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for the CHGNAME command", VF_OPTCOMMON | VF_VENDOR);
        }
 
 };