diff options
author | Peter Powell <petpow@saberuk.com> | 2018-11-24 18:57:28 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-11-24 18:57:28 +0000 |
commit | b00cd0295ee665443b2a5df7d6fccba9089e6518 (patch) | |
tree | 7ae201a34e45bec38ccd2d2e8190afae388d31a4 /src/modules | |
parent | 56a95ff4aee7bc6e7f0569164cec7a4e786d4133 (diff) |
Improve the description of the maphide module.
Diffstat (limited to 'src/modules')
-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 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); } }; |