X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_maphide.cpp;h=aade5ea60c0c245c3c4250c67573be40774e9f02;hb=f97c88f6f64e66fe2abb38860ab1e3f8c0702439;hp=7a1ee39e115052c4f29dec594e5d9b5353d4193a;hpb=213e4d9680e427bc16b94c0c1b627919cacb171b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index 7a1ee39e1..aade5ea60 100644 --- a/src/modules/m_maphide.cpp +++ b/src/modules/m_maphide.cpp @@ -41,7 +41,7 @@ class ModuleMapHide : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Hide /MAP and /LINKS in the same form as ircu (mostly useless)", VF_VENDOR); + return Version("Replaces the output of /MAP and /LINKS with an URL.", VF_VENDOR); } };