summaryrefslogtreecommitdiff
path: root/doc/pl/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-25 18:50:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-25 18:50:57 +0100
commitbabe1e7a423a097cb4a6dcf709d31cfbc548afb7 (patch)
tree6204cfddbd5df18e2e0b1283286565f6a8533945 /doc/pl/includes
parent574a4c88346dacf1945fad827d90843c66e4e1a6 (diff)
downloadweechat-babe1e7a423a097cb4a6dcf709d31cfbc548afb7.zip
core: move `/input` hotlist actions to new command `/hotlist`
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all`
Diffstat (limited to 'doc/pl/includes')
-rw-r--r--doc/pl/includes/autogen_user_commands.pl.adoc18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc
index f91c0f4dc..6a5f7eff0 100644
--- a/doc/pl/includes/autogen_user_commands.pl.adoc
+++ b/doc/pl/includes/autogen_user_commands.pl.adoc
@@ -1608,6 +1608,20 @@ clear: czyści historie
Wartość: ilość elementów historii do pokazania
----
+[[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+`: funkcje linii komend
@@ -1649,10 +1663,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