X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_hostcycle.cpp;h=95fa3fab35f5fb2493da8f5f592f5f0c450c79c5;hb=e2b0f3dc9ef4d56c71d7abda13e6139ca092e387;hp=761983eec19cf1e3ae37d7c17e2ed212233db976;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_hostcycle.cpp b/src/modules/m_hostcycle.cpp index 761983eec..95fa3fab3 100644 --- a/src/modules/m_hostcycle.cpp +++ b/src/modules/m_hostcycle.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2017-2018 Sadie Powell - * Copyright (C) 2013-2015, 2017-2018 Attila Molnar + * Copyright (C) 2013-2015, 2018 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -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); } };