diff options
Diffstat (limited to 'doc/de/includes/autogen_user_commands.de.adoc')
-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) ---- |