summaryrefslogtreecommitdiff
path: root/doc/en/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-24 20:58:17 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-24 20:58:17 +0100
commit37e859944323efd546e39e4fbd4f999ad760230b (patch)
tree05f13ae20ab3b1d0e1bf991d25c7ffcc5135ea8c /doc/en/includes
parent0e1d3618eede00954c051f70ba79aee26db52f1d (diff)
downloadweechat-37e859944323efd546e39e4fbd4f999ad760230b.zip
irc: add option `join` in command `/autojoin`
Diffstat (limited to 'doc/en/includes')
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index 8a1432f85..0a5f76dc7 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.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
----