diff options
Diffstat (limited to 'src/modules/m_maphide.cpp')
-rw-r--r-- | src/modules/m_maphide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } }; |