1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

irc: add missing parameter "-server" in /help list (issue #1165)

This commit is contained in:
Sébastien Helleu
2018-04-01 08:43:50 +02:00
parent 5314aa394a
commit bbd6471197
20 changed files with 211 additions and 132 deletions
+5 -4
View File
@@ -6581,13 +6581,14 @@ irc_command_init ()
weechat_hook_command (
"list",
N_("list channels and their topic"),
N_("[<channel>[,<channel>...]] [<target>] "
"[-re <regex>]"),
N_("channel: channel to list\n"
" target: server name\n"
N_("[-server <server>] [-re <regex>] [<channel>[,<channel>...]] "
"[<target>]"),
N_(" server: send to this server (internal name)\n"
" regex: POSIX extended regular expression used to filter results "
"(case insensitive, can start by \"(?-i)\" to become case "
"sensitive)\n"
"channel: channel to list\n"
" target: server name\n"
"\n"
"Examples:\n"
" list all channels on server (can be very slow on large networks):\n"