diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-15 20:10:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-15 20:10:28 +0200 |
commit | 8d35e67dd6bb6c8d20c71d9f78060cb9dbded98c (patch) | |
tree | b0cc4aa7ac82faeddbce8250b960991bb2cd3337 /doc/en | |
parent | d857c91a59a8a04a488ca390ceea77020b5f613a (diff) | |
download | weechat-8d35e67dd6bb6c8d20c71d9f78060cb9dbded98c.zip |
irc: add modifier "irc_cap_sync_req" (closes #1767)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 6729dc913..204146ac3 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -12343,6 +12343,11 @@ List of modifiers used by WeeChat and plugins: | New content of messages (number can be different), an empty string discards all messages in the batch. +| [[hook_modifier_irc_cap_sync_req]] irc_cap_sync_req | 4.0.0 +| Server name + "," + supported capabilities on server (separated by spaces) +| Capabilities to request (separated by spaces). +| New content of capabilities to request (separated by spaces). + | [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | | Server name | Content of message received from IRC server (before charset decoding). + |