diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-28 23:00:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-28 23:00:43 +0200 |
commit | 1fb82b40622393bb116846e6362e2ff7776779b9 (patch) | |
tree | 3c46418c26662900ec1f9c0e355100de7550adfe /doc/en | |
parent | d4dc1467c9286ff477224e04c01de16cc9dd43bf (diff) | |
download | weechat-1fb82b40622393bb116846e6362e2ff7776779b9.zip |
doc/quickstart: add command /autojoin and server option autojoin_dynamic
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_quickstart.en.adoc | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/en/weechat_quickstart.en.adoc b/doc/en/weechat_quickstart.en.adoc index df0d83ef3..3ed617276 100644 --- a/doc/en/weechat_quickstart.en.adoc +++ b/doc/en/weechat_quickstart.en.adoc @@ -194,10 +194,15 @@ To auto-join some channels when connecting to server: /set irc.server.libera.autojoin "#channel1,#channel2" ---- -[TIP] -You can complete name and value of options with the kbd:[Tab] key -and kbd:[Shift+Tab] for a partial completion (useful for long words like -the name of option). +The `/autojoin` command lets you configure the _autojoin_ option easily +(see `/help autojoin`). + +You can also configure WeeChat to automatically update the _autojoin_ option +when you join or leave channels: + +---- +/set irc.server_default.autojoin_dynamic on +---- To remove a value of a server option, and use the default value instead, for example to use default nicks (irc.server_default.nicks): @@ -213,6 +218,11 @@ option name): /set irc.server.libera.xxx value ---- +[TIP] +You can complete name and value of options with the kbd:[Tab] key +and kbd:[Shift+Tab] for a partial completion (useful for long words like +the name of option). + [[connect_to_irc_server]] == Connect to IRC server |