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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user