1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

irc: add support of capability "message-tags" (closes #1654)

This commit is contained in:
Sébastien Helleu
2021-06-24 17:08:52 +02:00
parent 51123b755d
commit 22a7e18842
32 changed files with 1036 additions and 969 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ extern char *irc_protocol_cap_to_enable (const char *capabilities,
"CHANTYPES=# CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz " \
"MONITOR=100"
#define IRC_ALL_CAPS "account-notify,away-notify,cap-notify,chghost," \
"extended-join,invite-notify,multi-prefix,server-time,setname," \
"userhost-in-names"
"extended-join,invite-notify,message-tags,multi-prefix," \
"server-time,setname,userhost-in-names"
#define WEE_CHECK_CAP_TO_ENABLE(__result, __string, __sasl_requested) \
str = irc_protocol_cap_to_enable (__string, __sasl_requested); \