]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hostcycle.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_hostcycle.cpp
index 761983eec19cf1e3ae37d7c17e2ed212233db976..c3131b42478a6cff563d5f5d90cc4a2d34a0a0a0 100644 (file)
@@ -113,7 +113,7 @@ class ModuleHostCycle : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Cycles users in all their channels when their host or ident changes", VF_VENDOR);
+               return Version("Sends a fake disconnection and reconnection when a user's username (ident) or hostname changes to allow clients to update their internal caches.", VF_VENDOR);
        }
 };