]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_maphide.cpp
Fix linking servers that are using the nationalchars module.
[user/henk/code/inspircd.git] / src / modules / m_maphide.cpp
index 7a1ee39e115052c4f29dec594e5d9b5353d4193a..8228c56c35a8b5f1419132040178a76e51059f2e 100644 (file)
@@ -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 the MAP and LINKS commands with an URL", VF_VENDOR);
        }
 };