X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_ircv3_msgid.cpp;h=ca32f28a4e31e2cfcac6293ebee94278cb68c3cd;hb=80e81e3b81b779901fd9d67f8ae030ee30c0bcec;hp=c2bf3bd334e7304c5c05dd0fefc409074b2408e7;hpb=906e44f687185f6507cba95ec1b565de4936eb03;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_ircv3_msgid.cpp b/src/modules/m_ircv3_msgid.cpp index c2bf3bd33..ca32f28a4 100644 --- a/src/modules/m_ircv3_msgid.cpp +++ b/src/modules/m_ircv3_msgid.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Sadie Powell + * Copyright (C) 2019-2020 Sadie Powell * * 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 @@ -112,7 +112,7 @@ class ModuleMsgId Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the msgid IRCv3 tag", VF_VENDOR); + return Version("Provides support for the IRCv3 Message IDs specification.", VF_VENDOR); } };