From a9094fd2fa7d0848fd07d3f564806e93388de173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Dec 2022 19:40:57 +0100 Subject: core: add option `add` in command `/hotlist` --- doc/de/includes/autogen_user_commands.de.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/de') 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 [] +/hotlist add [low|message|private|highlight] + clear [] 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) ---- -- cgit v1.2.3