diff options
author | Sadie Powell <sadie@witchery.services> | 2020-07-07 01:42:38 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-07-07 01:49:03 +0100 |
commit | 7823761cf3bbdd58ff9c33bcc1cc72c6a36a4c25 (patch) | |
tree | 40c12753f1df949b97837539c1f4b47950da77a2 /include/message.h | |
parent | 0f6f704aa45330e34c805ba31f0ab183b39b2178 (diff) |
Add a config option that forces bots to use NOTICEs.
Diffstat (limited to 'include/message.h')
-rw-r--r-- | include/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |