summaryrefslogtreecommitdiff
path: root/tests/unit/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-05-23 21:31:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-05-23 21:49:54 +0200
commit64c3f3f0cdc943fcb0015b434ac16d6cbea81892 (patch)
treefef1164ce7a2b2ee2f1141ae4a95b59d5d539a76 /tests/unit/plugins
parent8f5a3cb639faf3227f9fa4561f77656a59bfbead (diff)
downloadweechat-64c3f3f0cdc943fcb0015b434ac16d6cbea81892.zip
irc: add support of capability "echo-message" (closes #139)
Diffstat (limited to 'tests/unit/plugins')
-rw-r--r--tests/unit/plugins/irc/test-irc-protocol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/plugins/irc/test-irc-protocol.cpp b/tests/unit/plugins/irc/test-irc-protocol.cpp
index 4f7667251..b16818381 100644
--- a/tests/unit/plugins/irc/test-irc-protocol.cpp
+++ b/tests/unit/plugins/irc/test-irc-protocol.cpp
@@ -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); \