]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_maphide.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_maphide.cpp
index 0c5e390fbb7cf6868d89435286a1e0af29326861..36e7cfbd24a89ee9042f32e298d0335e7b0e2eb7 100644 (file)
@@ -46,7 +46,7 @@ class ModuleMapHide : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Replaces the output of the MAP and LINKS commands with an URL", VF_VENDOR);
+               return Version("Allows the server administrator to replace the output of a /MAP and /LINKS with an URL.", VF_VENDOR);
        }
 };