From 60d4b6a3a7ffd1d6e5ac9c1c214d2f14acf0e8dd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 3 Feb 2020 10:55:38 +0000 Subject: Standard replies have been ratified. --- include/modules/ircv3_replies.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/modules/ircv3_replies.h b/include/modules/ircv3_replies.h index fef54524e..f87b267a2 100644 --- a/include/modules/ircv3_replies.h +++ b/include/modules/ircv3_replies.h @@ -16,9 +16,6 @@ * along with this program. If not, see . */ -// 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; -- cgit v1.2.3