summaryrefslogtreecommitdiff
path: root/doc/ja
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/ja
parent8f5a3cb639faf3227f9fa4561f77656a59bfbead (diff)
downloadweechat-64c3f3f0cdc943fcb0015b434ac16d6cbea81892.zip
irc: add support of capability "echo-message" (closes #139)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_user.ja.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc
index 8353c7b34..5d813642c 100644
--- a/doc/ja/weechat_user.ja.adoc
+++ b/doc/ja/weechat_user.ja.adoc
@@ -3557,6 +3557,7 @@ WeeChat supports the following https://ircv3.net/irc/[IRCv3 extensions ^↗^,wi
* <<irc_ircv3_batch,batch>>
* <<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>>
@@ -3739,6 +3740,20 @@ Display of the message sent in WeeChat:
| on two lines
....
+// TRANSLATION MISSING
+[[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