]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_msgid.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_ircv3_msgid.cpp
index c2bf3bd334e7304c5c05dd0fefc409074b2408e7..ca32f28a4e31e2cfcac6293ebee94278cb68c3cd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services>
  *
  * 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);
        }
 };