summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-06-01 21:39:29 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-06-02 18:50:45 +0200
commit3d8c55722c79639680b249c2a5636b36b0fc4feb (patch)
tree338a1d83b107b3f2257d599c089e9ec1175e40b3 /doc/en
parent19a0cfe72dd975020a59bf50fc260e1e14b51b43 (diff)
downloadweechat-3d8c55722c79639680b249c2a5636b36b0fc4feb.zip
relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out"
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index ac7936173..a8854b94c 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -12366,6 +12366,23 @@ List of modifiers used by WeeChat and plugins:
(to fit in 512 bytes by default).
| New content of message.
+| [[hook_modifier_relay_client_irc_in]] relay_client_irc_in | 4.0.0
+| String with relay client pointer (eg: "0x1234abcd")
+| Content of message received from relay IRC client.
+| New content of message.
+
+| [[hook_modifier_relay_client_irc_out1]] relay_client_irc_out1 | 4.0.0
+| String with relay client pointer (eg: "0x1234abcd")
+| Content of message about to be sent to relay IRC client before automatic split
+ (to fit in 512 bytes by default).
+| New content of message.
+
+| [[hook_modifier_relay_client_irc_out]] relay_client_irc_out | 4.0.0
+| String with relay client pointer (eg: "0x1234abcd")
+| Content of message about to be sent to relay IRC client after automatic split
+ (to fit in 512 bytes by default).
+| New content of message.
+
| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
| String with window pointer (eg: "0x1234abcd")
| Empty string.