X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_maphide.cpp;h=36e7cfbd24a89ee9042f32e298d0335e7b0e2eb7;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=0c5e390fbb7cf6868d89435286a1e0af29326861;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index 0c5e390fb..36e7cfbd2 100644 --- a/src/modules/m_maphide.cpp +++ b/src/modules/m_maphide.cpp @@ -46,7 +46,7 @@ class ModuleMapHide : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Replaces the output of the MAP and LINKS commands with an URL", VF_VENDOR); + return Version("Allows the server administrator to replace the output of a /MAP and /LINKS with an URL.", VF_VENDOR); } };