diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-02 13:17:38 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-02 13:17:38 +0100 |
commit | 404bf77ef5a7f6a6d0efa65ece30566746fda0c6 (patch) | |
tree | 047e66ca34596938ea02fee76a7402b743ba066b /include/protocol.h | |
parent | 69393a5f14c4be5ff8cb626ef06fb4013eacd474 (diff) |
Add a message handler for messages that can be safely ignored.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index 08a41d3da..5c71c2960 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -362,7 +362,7 @@ public: FLAG_MAX, }; -private: +protected: /** The name of the message (e.g. PRIVMSG). */ const Anope::string name; |