X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_ircv3_accounttag.cpp;h=a8f940169600a3eb86140d8054bd9bc8180f8836;hb=HEAD;hp=45fcf802269f2cc7e7d48b4f0ca124b4df780257;hpb=c6e40d36b42a7ebf832c3a57d2816a47ee9c9a76;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_ircv3_accounttag.cpp b/src/modules/m_ircv3_accounttag.cpp index 45fcf8022..a8f940169 100644 --- a/src/modules/m_ircv3_accounttag.cpp +++ b/src/modules/m_ircv3_accounttag.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2018 Sadie Powell + * Copyright (C) 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 @@ -55,7 +56,7 @@ class ModuleIRCv3AccountTag : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the account-tag IRCv3 extension", VF_VENDOR); + return Version("Provides the IRCv3 account-tag client capability.", VF_VENDOR); } };