X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_uhnames.cpp;h=b6f1ba3b08cd52bd8f389078de4df5926b189ead;hb=05cc48f1894e40f8a34496bf54a60d8b911e6a5e;hp=7ce81194ebab8fd0f07222351639c7f856185418;hpb=6f566e0a322ab0af2f4bb16c77a1c787ae6dad26;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_uhnames.cpp b/src/modules/m_uhnames.cpp index 7ce81194e..b6f1ba3b0 100644 --- a/src/modules/m_uhnames.cpp +++ b/src/modules/m_uhnames.cpp @@ -40,7 +40,7 @@ class ModuleUHNames : public Module virtual Version GetVersion() { - return Version(1,1,0,1,VF_VENDOR,API_VERSION); + return Version(1,2,0,1,VF_VENDOR,API_VERSION); } virtual void On005Numeric(std::string &output)