X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_maphide.cpp;h=8228c56c35a8b5f1419132040178a76e51059f2e;hb=5a2af6ded883d71c6c4c9f1497cca1721f8b0742;hp=5298a8d0483607ec9c289ca97bf26bad6a8c2aa8;hpb=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index 5298a8d04..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); } };