diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-10 21:26:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-10 21:26:26 +0100 |
commit | aadd0772fe8e1471025d268103f3eb450a1f5604 (patch) | |
tree | 4d376c69888b0b96e05a8ad685f87e894271cd8e /doc/pl/includes/autogen_user_commands.pl.adoc | |
parent | bb03e184259086ee522e28d490ced5ea2d1778e5 (diff) | |
download | weechat-aadd0772fe8e1471025d268103f3eb450a1f5604.zip |
irc: update translations
Diffstat (limited to 'doc/pl/includes/autogen_user_commands.pl.adoc')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index c8dc05cea..f7b9b0049 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -123,6 +123,32 @@ Przykłady: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- +[[command_irc_autojoin]] +* `+autojoin+`: configure the "autojoin" server option + +---- +/autojoin add [<channel1> [<channel2>...]] + addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]] + del [<channel1> [<channel2>...]] + save + + 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 + 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 + +Examples: + /autojoin add + /autojoin add #test + /autojoin add #chan1 #chan2 + /autojoin addraw #chan1,#chan2,#chan3 key1,key2 + /autojoin del + /autojoin del #chan1 + /autojoin save +---- + [[command_irc_ban]] * `+ban+`: banuje nick albo host |