]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_labeledresponse.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_ircv3_labeledresponse.cpp
index a0803c18dd7844c08010359ccbe6a1bb8f64155c..18cef01f539539489d56d56d59db3e11714a7ea7 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 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
@@ -235,7 +234,7 @@ class ModuleIRCv3LabeledResponse : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the DRAFT labeled-response IRCv3 extension", VF_VENDOR);
+               return Version("Provides support for the IRCv3 Labeled Response specification.", VF_VENDOR);
        }
 };