diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-27 09:34:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-27 09:34:03 +0200 |
commit | ec12579f47ae36aaf938d4a0785d67a267ebfa8c (patch) | |
tree | 02a744027d0018824a412e87e5544b589e4ef5e0 /src/plugins/irc | |
parent | 224d54f6ce5bb52631e867c6583ba5fb7edf52dc (diff) | |
download | weechat-ec12579f47ae36aaf938d4a0785d67a267ebfa8c.zip |
irc: complete help of command /ban (explain what is does without argument)
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 50f95fed1..f0332262d 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -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)"), |