diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-03 10:55:38 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-03 11:04:05 +0000 |
commit | 60d4b6a3a7ffd1d6e5ac9c1c214d2f14acf0e8dd (patch) | |
tree | 21d050a94dde00b699e65bb29d62ed281372469f /include | |
parent | 74fa2e5b3d1255ba795e95ccfb9f00659b891afa (diff) |
Standard replies have been ratified.
Diffstat (limited to 'include')
-rw-r--r-- | include/modules/ircv3_replies.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 <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; |