summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-04-02 21:53:41 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-04-02 21:53:41 +0000
commitd01081241a903b3b1a112883b7a76397b0d0dae9 (patch)
treea8ff4b026f92f4e4b3182b639f2c812992aa88fd /src/irc/irc-commands.c
parent8ef6192b4963b293f7539d46b260cf514ac3acb2 (diff)
downloadweechat-d01081241a903b3b1a112883b7a76397b0d0dae9.zip
Added nick alignment options
Diffstat (limited to 'src/irc/irc-commands.c')
-rw-r--r--src/irc/irc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c
index b17581bf1..2ec2bb313 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -128,7 +128,7 @@ t_irc_command irc_commands[] =
NULL, 0, 2, 1, NULL, irc_cmd_send_links, NULL },
{ "list", N_("list channels and their topic"),
N_("[channel[,channel] [server]]"),
- N_("channel: channel to list\nserver: server name"),
+ N_("channel: channel to list (a regexp is allowed)\nserver: server name"),
NULL, 0, MAX_ARGS, 1, NULL, irc_cmd_send_list, NULL },
{ "lusers", N_("get statistics about the size of the IRC network"),
N_("[mask [target]]"),