X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chgident.cpp;h=b4cea8b43e122869590468ce20ec708350e25a0e;hb=b43fc66c17c2bef6dca66a966676b8128d5774ee;hp=f352c1c2b8e610c85357c41373bd6bafda984c5a;hpb=2d043de488ea65807b51b35a4436bbbf570ca29c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp index f352c1c2b..b4cea8b43 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -86,7 +86,7 @@ public: virtual Version GetVersion() { - return Version("Provides support for the CHGIDENT command", VF_OPTCOMMON | VF_VENDOR, API_VERSION); + return Version("Provides support for the CHGIDENT command", VF_OPTCOMMON | VF_VENDOR); } };