X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_maphide.cpp;h=8228c56c35a8b5f1419132040178a76e51059f2e;hb=9ed9396278c2499f5322575c87aa4daea33992e3;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..8228c56c3 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 the MAP and LINKS commands with an URL", VF_VENDOR); } };