diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-11 19:31:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-11 19:31:56 +0100 |
commit | 3f9c46468c3fa664c7216d9bff731d2355f5fa20 (patch) | |
tree | adcdcedafd8756d1c0e280bbd7416efd6120b283 /doc/pl/includes/autogen_user_commands.pl.adoc | |
parent | 9a286c65c62e95964c96bf06d4d241649d37820a (diff) | |
download | weechat-3f9c46468c3fa664c7216d9bff731d2355f5fa20.zip |
irc: add option "sort" in command /autojoin
Diffstat (limited to 'doc/pl/includes/autogen_user_commands.pl.adoc')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index f7b9b0049..5cfea8d2b 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -131,6 +131,7 @@ Przykłady: addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]] del [<channel1> [<channel2>...]] save + sort add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas @@ -138,6 +139,7 @@ Przykłady: channel: channel name key: key for the channel save: save currently joined channels in the autojoin option + sort: sort alphabetically channels in the autojoin option Examples: /autojoin add @@ -147,6 +149,7 @@ Examples: /autojoin del /autojoin del #chan1 /autojoin save + /autojoin sort ---- [[command_irc_ban]] |