X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_uhnames.cpp;h=790a9acbcb8b5012716c54bb53bbbc5309496a7e;hb=ad797e3a77c69791c02db6d238817d3e23821dec;hp=c962bdffccc5e7e6e3a2181dc3080c6cd75899fb;hpb=8f62016f16cf2419817738904153cb3711b20d7e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_uhnames.cpp b/src/modules/m_uhnames.cpp index c962bdffc..790a9acbc 100644 --- a/src/modules/m_uhnames.cpp +++ b/src/modules/m_uhnames.cpp @@ -43,7 +43,7 @@ class ModuleUHNames Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the UHNAMES (CAP userhost-in-names) capability", VF_VENDOR); + return Version("Provides the IRCv3 userhost-in-names client capability.", VF_VENDOR); } void On005Numeric(std::map& tokens) CXX11_OVERRIDE