]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Standard replies have been ratified.
authorSadie Powell <sadie@witchery.services>
Mon, 3 Feb 2020 10:55:38 +0000 (10:55 +0000)
committerSadie Powell <sadie@witchery.services>
Mon, 3 Feb 2020 11:04:05 +0000 (11:04 +0000)
include/modules/ircv3_replies.h

index fef54524ec2777c4ed3c2a08ccb7f725b44f0e89..f87b267a2f6870094597b7b5df5698b6586d7cf9 100644 (file)
@@ -16,9 +16,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// IMPORTANT: The contents of this file are experimental and are not presently
-// covered by the InspIRCd API stability guarantee.
-
 
 #pragma once
 
@@ -40,7 +37,7 @@ class IRCv3::Replies::Reply
 {
  private:
        /** The name of the command for this reply. */
-       std::string cmd;
+       const std::string cmd;
 
        /** The event provider for this reply. */
        ClientProtocol::EventProvider evprov;