]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_accounttag.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / modules / m_ircv3_accounttag.cpp
index 45fcf802269f2cc7e7d48b4f0ca124b4df780257..a8f940169600a3eb86140d8054bd9bc8180f8836 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 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
@@ -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);
        }
 };