]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_clones.cpp
Improve the header messages of the filter and permchannels modules.
[user/henk/code/inspircd.git] / src / modules / m_clones.cpp
index c49cf56d3760f18cdfec03a5690d7e29ed15d4c9..1210c7c126adddcf04922ace4ddf405a5399192e 100644 (file)
@@ -100,7 +100,7 @@ class ModuleClones : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the CLONES command to retrieve information on clones", VF_VENDOR);
+               return Version("Adds the /CLONES command which allows server operators to view IP addresses from which there are more than a specified number of connections.", VF_VENDOR);
        }
 };