]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_ircv3.cpp
index d65cd8695a1ec1e070c317898b256e8e6dd46224..54163f2b1beafc4ec69b7edb4f1a68c8cc6dcae0 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2012-2013, 2015, 2018 Attila Molnar <attilamolnar@hush.com>
  *
  * 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
@@ -175,7 +176,7 @@ class ModuleIRCv3
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for extended-join, away-notify and account-notify CAP capabilities", VF_VENDOR);
+               return Version("Provides the IRCv3 account-notify, away-notify, and extended-join client capabilities.", VF_VENDOR);
        }
 };