]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_maphide.cpp
m_httpd: use http_response_str() instead of Response().
[user/henk/code/inspircd.git] / src / modules / m_maphide.cpp
index 7a1ee39e115052c4f29dec594e5d9b5353d4193a..aade5ea60c0c245c3c4250c67573be40774e9f02 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 /MAP and /LINKS with an URL.", VF_VENDOR);
        }
 };