diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:40:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:40:57 +0100 |
commit | a9094fd2fa7d0848fd07d3f564806e93388de173 (patch) | |
tree | 4abe4973661df292560dc2d0ec1522ff6de3f2b3 /doc/de | |
parent | b3e4a91760403d1061709732dab0b48735e96cda (diff) | |
download | weechat-a9094fd2fa7d0848fd07d3f564806e93388de173.zip |
core: add option `add` in command `/hotlist`
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index 491d5755b..aa6a9a884 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -1613,13 +1613,15 @@ value: Anzahl der gewünschten Einträgen im Befehlsverlauf anzeigen * `+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) ---- |