]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_maphide.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_maphide.cpp
index 5298a8d0483607ec9c289ca97bf26bad6a8c2aa8..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);
        }
 };