1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

irc: fix help on mask in command /ignore

This commit is contained in:
Sébastien Helleu
2016-11-09 20:48:35 +01:00
parent ed6528d84f
commit 4a2cd9d034
20 changed files with 329 additions and 316 deletions
+2 -2
View File
@@ -6276,8 +6276,8 @@ irc_command_init ()
N_(" list: list all ignores\n"
" add: add an ignore\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"
"expression if \"re:\" is given or a mask using \"*\" to replace "
"zero or more chars)\n"
" del: delete an ignore\n"
" number: number of ignore to delete (look at list to find it)\n"
" -all: delete all ignores\n"