summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-25 19:40:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-25 19:40:57 +0100
commita9094fd2fa7d0848fd07d3f564806e93388de173 (patch)
tree4abe4973661df292560dc2d0ec1522ff6de3f2b3 /doc/en
parentb3e4a91760403d1061709732dab0b48735e96cda (diff)
downloadweechat-a9094fd2fa7d0848fd07d3f564806e93388de173.zip
core: add option `add` in command `/hotlist`
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index 9be81508c..75a1e6aa0 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.adoc
@@ -1613,13 +1613,15 @@ value: number of history entries to show
* `+hotlist+`: manage hotlist
----
-/hotlist clear [<level>]
+/hotlist add [low|message|private|highlight]
+ clear [<level>]
remove
restore [-all]
-clear: clear hotlist
-level: "lowest" to clear only lowest level in hotlist, highest" to clear only highest level in hotlist, or level mask: integer which is a combination of 1=join/part, 2=message, 4=private, 8=highlight)
-remove: remove current buffer from hotlist
+ add: add current buffer in hotlist (default level: "low", conditions defined in option weechat.look.hotlist_add_conditions are NOT checked)
+ clear: clear hotlist
+ level: "lowest" to clear only lowest level in hotlist, highest" to clear only highest level in hotlist, or level mask: integer which is a combination of 1=join/part, 2=message, 4=private, 8=highlight)
+ remove: remove current buffer from hotlist
restore: restore latest hotlist removed in the current buffer (or all buffers with -all)
----