From 7823761cf3bbdd58ff9c33bcc1cc72c6a36a4c25 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 7 Jul 2020 01:42:38 +0100 Subject: Add a config option that forces bots to use NOTICEs. --- include/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/message.h b/include/message.h index eae27ff94..5d83829f6 100644 --- a/include/message.h +++ b/include/message.h @@ -58,7 +58,7 @@ class CoreExport MessageDetails std::string text; /** The type of message. */ - const MessageType type; + MessageType type; /** Determines whether the specified message is a CTCP. If the specified message * is a CTCP then the CTCP name and CTCP body are extracted and stored in the -- cgit v1.2.3