diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 10:40:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 10:40:04 +0200 |
commit | 21ca625f10728d69ab63318887f8bd79d68a8312 (patch) | |
tree | a90dba5adfebbb3640ead6cf22c0a959eaae6297 /doc/pl/includes | |
parent | 9644df21ad845bbfbdeb83f618239d1e17f750c9 (diff) | |
download | weechat-21ca625f10728d69ab63318887f8bd79d68a8312.zip |
irc: update translations
Diffstat (limited to 'doc/pl/includes')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 69ea1bf80..d1866ca6a 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -130,7 +130,7 @@ Przykłady: /autojoin add [<channel1> [<channel2>...]] addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]] del [<channel1> [<channel2>...]] - save + apply 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 @@ -138,17 +138,18 @@ Przykłady: del: delete current channel or a list of channels from the autojoin option channel: channel name key: key for the channel - save: save currently joined channels in the autojoin option + apply: set currently joined channels in the autojoin option sort: sort alphabetically channels in the autojoin option Examples: /autojoin add /autojoin add #test /autojoin add #chan1 #chan2 + /allchan /autojoin add /autojoin addraw #chan1,#chan2,#chan3 key1,key2 /autojoin del /autojoin del #chan1 - /autojoin save + /autojoin apply /autojoin sort ---- |