summaryrefslogtreecommitdiff
path: root/doc/en/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-06-18 10:40:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-06-18 10:40:04 +0200
commit21ca625f10728d69ab63318887f8bd79d68a8312 (patch)
treea90dba5adfebbb3640ead6cf22c0a959eaae6297 /doc/en/includes
parent9644df21ad845bbfbdeb83f618239d1e17f750c9 (diff)
downloadweechat-21ca625f10728d69ab63318887f8bd79d68a8312.zip
irc: update translations
Diffstat (limited to 'doc/en/includes')
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index c08bfdb94..9264c66c5 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.adoc
@@ -130,7 +130,7 @@ Examples:
/autojoin add [<channel1> [<channel2>...]]
addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]]
del [<channel1> [<channel2>...]]
- save
+ apply
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
@@ -138,17 +138,18 @@ Examples:
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
+ apply: set currently joined channels in the autojoin option
sort: sort alphabetically channels in the autojoin option
Examples:
/autojoin add
/autojoin add #test
/autojoin add #chan1 #chan2
+ /allchan /autojoin add
/autojoin addraw #chan1,#chan2,#chan3 key1,key2
/autojoin del
/autojoin del #chan1
- /autojoin save
+ /autojoin apply
/autojoin sort
----