]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_connectban.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_connectban.cpp
index 75bd0c0cb467dce06324972a200be1bf65e07a02..bb3fcbc461e0aaf76a27688deb13f1299ff7a27e 100644 (file)
@@ -69,7 +69,7 @@ class ModuleConnectBan
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Throttles the connections of IP ranges who try to connect flood", VF_VENDOR);
+               return Version("Z-lines IP addresses which make excessive connections to the server.", VF_VENDOR);
        }
 
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE