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

irc: add support of capability "echo-message" (closes #139)

This commit is contained in:
Sébastien Helleu
2023-05-23 21:31:05 +02:00
parent 8f5a3cb639
commit 64c3f3f0cd
27 changed files with 270 additions and 109 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ extern char *irc_protocol_cap_to_enable (const char *capabilities,
"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,extended-join,invite-notify,message-tags," \
"multi-prefix,server-time,setname,userhost-in-names"
"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); \