1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

irc: add missing "account-tag" in list of supported capabilities

This commit is contained in:
Sébastien Helleu
2023-07-10 14:08:19 +02:00
parent 2a02bb10e5
commit ba6f21d910
18 changed files with 158 additions and 110 deletions
+4 -3
View File
@@ -69,9 +69,10 @@ extern char *irc_protocol_cap_to_enable (const char *capabilities,
"USERLEN=16 HOSTLEN=32 CHANNELLEN=50 TOPICLEN=390 DEAF=D " \
"CHANTYPES=# CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz " \
"MONITOR=100 UTF8MAPPING=rfc8265 UTF8ONLY"
#define IRC_ALL_CAPS "account-notify,away-notify,batch,cap-notify," \
"chghost,draft/multiline,echo-message,extended-join,invite-notify," \
"message-tags,multi-prefix,server-time,setname,userhost-in-names"
#define IRC_ALL_CAPS "account-notify,account-tag,away-notify,batch," \
"cap-notify,chghost,draft/multiline,echo-message,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); \