aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_maphide.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-11-24 18:57:28 +0000
committerGravatar Peter Powell2018-11-24 18:57:28 +0000
commitb00cd0295ee665443b2a5df7d6fccba9089e6518 (patch)
tree7ae201a34e45bec38ccd2d2e8190afae388d31a4 /src/modules/m_maphide.cpp
parentImprove the output of the showfile module. (diff)
Improve the description of the maphide module.
Diffstat (limited to 'src/modules/m_maphide.cpp')
-rw-r--r--src/modules/m_maphide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp
index 7a1ee39e1..aade5ea60 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 /MAP and /LINKS with an URL.", VF_VENDOR);
}
};