]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globops.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_globops.cpp
index 0102b3b57456116889bafc1de1bc8e1f5db4062e..e70645161ca42779333bdfdfbf9d3bc023e7120b 100644 (file)
@@ -53,7 +53,7 @@ class ModuleGlobops : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for GLOBOPS and snomask +g", VF_VENDOR);
+               return Version("Provides the GLOBOPS command and snomask 'g'", VF_VENDOR);
        }
 };