diff options
Diffstat (limited to 'doc/it/includes/autogen_user_commands.it.adoc')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 2558c4265..2f3d3b00e 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1609,6 +1609,20 @@ Examples: valore: numero delle voci nella cronologia da mostrare ---- +[[command_weechat_hotlist]] +* `+hotlist+`: manage hotlist + +---- +/hotlist 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 +restore: restore latest hotlist removed in the current buffer (or all buffers with -all) +---- + [[command_weechat_input]] * `+input+`: funzioni per la riga di comando @@ -1650,10 +1664,6 @@ list of actions: history_next: recall next command in current buffer history history_global_previous: recall previous command in global history history_global_next: recall next command in global history - hotlist_clear: clear hotlist (optional argument: "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) - hotlist_remove_buffer: remove current buffer from hotlist - hotlist_restore_buffer: restore latest hotlist removed in the current buffer - hotlist_restore_all: restore latest hotlist removed in all buffers grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds) grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) grab_mouse: grab mouse event code |