1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

irc: fix argument nick in /help ignore

This commit is contained in:
Sebastien Helleu
2011-05-15 11:19:03 +02:00
parent 4a16de553c
commit c37b65bba4
15 changed files with 69 additions and 82 deletions
+2 -4
View File
@@ -4799,14 +4799,12 @@ irc_command_init ()
N_(" list: list all ignores\n"
" add: add an ignore\n"
" nick: nick or hostname (can be regular "
"expression if \"re:\" is given)\n"
"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"
" -all: delete all ignores\n"
"nick/host: nick or host to ignore: syntax is "
"\"re:regex\" or \"mask\" (a mask is a string with "
"some \"*\" to replace one or more chars)\n"
" server: internal server name where ignore "
"is working\n"
" channel: channel name where ignore is "