]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chghost.cpp
Fix sqllog compile error
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
index 7901fad7fb909134444797efdb5527a6ef053923..6884fd35a6655e2c5b6aeb1a0d63622d69e03524 100644 (file)
@@ -110,7 +110,7 @@ class ModuleChgHost : public Module
 
        Version GetVersion()
        {
-               return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR);
        }
 
 };