summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-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 794981923..82eac8a97 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>...]]
save
+ 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
addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas
@@ -138,6 +139,7 @@ Examples:
channel: channel name
key: key for the channel
save: save currently joined channels in the autojoin option
+ sort: sort alphabetically channels in the autojoin option
Examples:
/autojoin add
@@ -147,6 +149,7 @@ Examples:
/autojoin del
/autojoin del #chan1
/autojoin save
+ /autojoin sort
----
[[command_irc_ban]]