X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_maphide.cpp;h=8228c56c35a8b5f1419132040178a76e51059f2e;hb=5a2af6ded883d71c6c4c9f1497cca1721f8b0742;hp=aade5ea60c0c245c3c4250c67573be40774e9f02;hpb=b00cd0295ee665443b2a5df7d6fccba9089e6518;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index aade5ea60..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("Replaces the output of /MAP and /LINKS with an URL.", VF_VENDOR); + return Version("Replaces the output of the MAP and LINKS commands with an URL", VF_VENDOR); } };