mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Better message for /IGNORE
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2946 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9ab017b3fa
commit
45883d7f36
2 changed files with 11 additions and 13 deletions
|
|
@ -233,7 +233,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
/* ---- */
|
||||
{ NULL, "Ignores", 0 },
|
||||
|
||||
{ "ignored", "Ignoring {hilight $1} from {nick $0}", 2, { 0, 0 } },
|
||||
{ "ignored", "Ignoring {hilight $1} from {nick $0} [$2]", 3, { 0, 0, 0 } },
|
||||
{ "unignored", "Unignored {nick $0}", 1, { 0 } },
|
||||
{ "ignore_not_found", "{nick $0} is not being ignored", 1, { 0 } },
|
||||
{ "ignore_no_ignores", "There are no ignores", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue