summaryrefslogtreecommitdiff
path: root/doc/en
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 /doc/en
parent8f5a3cb639faf3227f9fa4561f77656a59bfbead (diff)
downloadweechat-64c3f3f0cdc943fcb0015b434ac16d6cbea81892.zip
irc: add support of capability "echo-message" (closes #139)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 3dcba7e08..58a4bd131 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -3402,6 +3402,7 @@ WeeChat supports the following https://ircv3.net/irc/[IRCv3 extensions ^↗^,wi
* <<irc_ircv3_cap_notify,cap-notify>>
* <<irc_ircv3_chghost,chghost>>
* <<irc_ircv3_draft/multiline,draft/multiline>>
+* <<irc_ircv3_echo_message,echo-message>>
* <<irc_ircv3_extended_join,extended-join>>
* <<irc_ircv3_invite_notify,invite-notify>>
* <<irc_ircv3_message_tags,message-tags>>
@@ -3582,6 +3583,19 @@ Display of the message sent in WeeChat:
| on two lines
....
+[[irc_ircv3_echo_message]]
+===== echo-message
+
+Specification: https://ircv3.net/specs/extensions/echo-message[echo-message ^↗^,window=_blank]
+
+This capability forces the server to send PRIVMSG, NOTICE and TAGMSG messages
+back to WeeChat.
+
+WeeChat displays only the message received and not the message sent, so a delay
+can be noticed between the send and the display. When the message is displayed,
+it means it has been properly received by the server and propagated to other
+clients connected to the server as well.
+
[[irc_ircv3_extended_join]]
===== extended-join