diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-24 20:58:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-24 20:58:17 +0100 |
commit | 37e859944323efd546e39e4fbd4f999ad760230b (patch) | |
tree | 05f13ae20ab3b1d0e1bf991d25c7ffcc5135ea8c /doc/it | |
parent | 0e1d3618eede00954c051f70ba79aee26db52f1d (diff) | |
download | weechat-37e859944323efd546e39e4fbd4f999ad760230b.zip |
irc: add option `join` in command `/autojoin`
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 4299fd24b..7a64ad907 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -131,6 +131,7 @@ Examples: addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]] del [<channel1> [<channel2>...]] apply + join 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 @@ -139,6 +140,7 @@ Examples: channel: channel name key: key for the channel apply: set currently joined channels in the autojoin option + join: join the channels in the autojoin option sort: sort alphabetically channels in the autojoin option Examples: @@ -150,6 +152,7 @@ Examples: /autojoin del /autojoin del #chan1 /autojoin apply + /autojoin join /autojoin sort ---- |