]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_maphide.cpp
Fix cloaking not ignoring the case of a user's hostname.
[user/henk/code/inspircd.git] / src / modules / m_maphide.cpp
index aade5ea60c0c245c3c4250c67573be40774e9f02..8228c56c35a8b5f1419132040178a76e51059f2e 100644 (file)
@@ -41,7 +41,7 @@ class ModuleMapHide : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Replaces the output of /MAP and /LINKS with an URL.", VF_VENDOR);
+               return Version("Replaces the output of the MAP and LINKS commands with an URL", VF_VENDOR);
        }
 };