diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_api_completions.en.adoc | 2 | ||||
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 26 | ||||
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_api_completions.en.adoc b/doc/en/includes/autogen_api_completions.en.adoc index e62f09248..c19537309 100644 --- a/doc/en/includes/autogen_api_completions.en.adoc +++ b/doc/en/includes/autogen_api_completions.en.adoc @@ -26,6 +26,8 @@ | irc | irc_channels | channels on all IRC servers +| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") + | irc | irc_ignores_numbers | numbers for defined ignores | irc | irc_modelist_masks | modelist masks of current IRC channel; required argument: modelist mode diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 39138874a..794981923 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -123,6 +123,32 @@ Examples: /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+`: ban nicks or hosts diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index a58f77c32..33b30465b 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -2690,6 +2690,12 @@ ** values: any string ** default value: `+""+` +* [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* +** description: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** type: boolean +** values: on, off +** default value: `+off+` + * [[option_irc.server_default.autoreconnect]] *irc.server_default.autoreconnect* ** description: pass:none[automatically reconnect to server when disconnected] ** type: boolean |