diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-10 21:26:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-10 21:26:26 +0100 |
commit | aadd0772fe8e1471025d268103f3eb450a1f5604 (patch) | |
tree | 4d376c69888b0b96e05a8ad685f87e894271cd8e /src | |
parent | bb03e184259086ee522e28d490ced5ea2d1778e5 (diff) | |
download | weechat-aadd0772fe8e1471025d268103f3eb450a1f5604.zip |
irc: update translations
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-command.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index a968d983c..c02b19234 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6781,18 +6781,18 @@ irc_command_init () weechat_hook_command ( "autojoin", N_("configure the \"autojoin\" server option"), - N_("add [<channel> [<channel>...]]" - " || addraw <channel>[,<channel>...] [<key>[,<key>...]]" - " || del [<channel> [<channel>...]]" + N_("add [<channel1> [<channel2>...]]" + " || addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]]" + " || del [<channel1> [<channel2>...]]" " || save"), N_(" add: add current channel or a list of channels (with optional " - "keys) to the autojoin option; if the channel is joined and the " + "keys) to the autojoin option; if you are on the channel and the " "key is not provided, the key is read in the channel\n" " addraw: use the IRC raw format (same as /join command): all " "channels separated by commas, optional keys separated by commas\n" " del: delete current channel or a list of channels from the " "autojoin option\n" - "channel: channel name (like #test)\n" + "channel: channel name\n" " key: key for the channel\n" " save: save currently joined channels in the autojoin option\n" "\n" |