X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_maphide.cpp;h=8228c56c35a8b5f1419132040178a76e51059f2e;hb=9982ec4e5b027ed24b1fda5e6fd3ab35b98de1a7;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); } };