]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_clones.cpp
Look up the SSL I/O hook properly in spanningtree.
[user/henk/code/inspircd.git] / src / modules / m_clones.cpp
index c49cf56d3760f18cdfec03a5690d7e29ed15d4c9..3336b18178502ecbc8dffc5cad643b3c5f4d23ad 100644 (file)
@@ -39,7 +39,7 @@ class CommandClones : public SplitCommand
        IRCv3::Batch::Batch batch;
 
  public:
-       CommandClones(Module* Creator)
+       CommandClones(Module* Creator)
                : SplitCommand(Creator,"CLONES", 1)
                , batchmanager(Creator)
                , batch("inspircd.org/clones")
@@ -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);
        }
 };