X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_uhnames.cpp;h=f9cd4c596580e8c578ee1b28466eb265c6a96eac;hb=7d93921aabd9c608821baec8a871aff844dfae49;hp=126c4103884937f3bddbb868430a315fd3b0031d;hpb=9f2e1f901930d3646db5f3c21180f02f2f9ce41f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_uhnames.cpp b/src/modules/m_uhnames.cpp index 126c41038..f9cd4c596 100644 --- a/src/modules/m_uhnames.cpp +++ b/src/modules/m_uhnames.cpp @@ -33,7 +33,7 @@ class ModuleUHNames : public Module Version GetVersion() { - return Version("$Id$",VF_VENDOR,API_VERSION); + return Version("Provides the UHNAMES facility.",VF_VENDOR,API_VERSION); } void On005Numeric(std::string &output)