X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_ircv3_chghost.cpp;h=3c02b20f5721459e537fd3ded7e53d123a950909;hb=635cb9d65f6d7f6758ae8ed874da00c8d94b6e39;hp=5a17be6e727390abb2b2452384b3bae4e710755f;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_ircv3_chghost.cpp b/src/modules/m_ircv3_chghost.cpp index 5a17be6e7..3c02b20f5 100644 --- a/src/modules/m_ircv3_chghost.cpp +++ b/src/modules/m_ircv3_chghost.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2017-2019 Sadie Powell - * Copyright (C) 2015, 2017-2018 Attila Molnar + * Copyright (C) 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 @@ -58,7 +58,7 @@ class ModuleIRCv3ChgHost : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the chghost IRCv3 extension", VF_VENDOR); + return Version("Provides the IRCv3 chghost client capability.", VF_VENDOR); } };