diff options
| author | 2026-04-09 12:02:57 +0100 | |
|---|---|---|
| committer | 2026-04-09 12:02:57 +0100 | |
| commit | 1d10047299bc2d4cf4cb446e358aa20dd47ea44b (patch) | |
| tree | 6cb9e01e7bec26459fb9ce2a2bdf83738846e38a /src | |
| parent | General clean up of the irctest workflow. (diff) | |
Whitelist the recently ratified +channel-context tag.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/m_ircv3_ctctags.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_ircv3_ctctags.cpp b/src/modules/m_ircv3_ctctags.cpp index 8c69a4632..023acda9f 100644 --- a/src/modules/m_ircv3_ctctags.cpp +++ b/src/modules/m_ircv3_ctctags.cpp @@ -334,6 +334,7 @@ public: { "+draft/reply", ValidateMessageId }, // https://ircv3.net/specs/client-tags/reply { "+draft/unreact", ValidateReaction }, // https://ircv3.net/specs/client-tags/react + { "+channel-context", ValidateChannel }, // https://ircv3.net/specs/client-tags/channel-context { "+reply", ValidateMessageId }, // https://ircv3.net/specs/client-tags/reply { "+typing", ValidateTyping }, // https://ircv3.net/specs/client-tags/typing }; |
