summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-rw-r--r--src/plugins/irc/irc-command.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c
index 82b5cd4fa..92601bb05 100644
--- a/src/plugins/irc/irc-command.c
+++ b/src/plugins/irc/irc-command.c
@@ -5977,9 +5977,10 @@ irc_command_init ()
" || del <number>|-all"),
N_(" list: list all ignores\n"
" add: add an ignore\n"
- " nick: nick or hostname (can be regular "
- "expression if \"re:\" is given or a mask using "
- "\"*\" to replace one or more chars)\n"
+ " nick: nick or hostname (can be a POSIX "
+ "extended regular expression if \"re:\" is given "
+ "or a mask using \"*\" to replace one or more "
+ "chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at "
"list to find it)\n"
@@ -6079,9 +6080,9 @@ irc_command_init ()
"[-re <regex>]"),
N_("channel: channel to list\n"
" server: server name\n"
- " regex: regular expression used to filter "
- "results (case insensitive, can start by \"(?-i)\" "
- "to become case sensitive)\n\n"
+ " regex: POSIX extended regular expression used "
+ "to filter results (case insensitive, can start "
+ "by \"(?-i)\" to become case sensitive)\n\n"
"Examples:\n"
" list all channels on server (can be very slow "
"on large networks):\n"