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

irc: complete help of command /ban (explain what is does without argument)

This commit is contained in:
Sebastien Helleu
2011-07-27 09:34:03 +02:00
parent 224d54f6ce
commit ec12579f47
15 changed files with 140 additions and 44 deletions
+3 -1
View File
@@ -4723,7 +4723,9 @@ irc_command_init ()
N_("ban nicks or hosts"),
N_("[<channel>] [<nick> [<nick>...]]"),
N_("channel: channel for ban\n"
" nick: user or host to ban"),
" nick: user or host to ban\n\n"
"Without argument, this command display ban list "
"for current channel."),
"%(irc_channel_nicks_hosts)", &irc_command_ban, NULL);
weechat_hook_command ("connect",
N_("connect to IRC server(s)"),