diff options
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index b4a8f4d4..4257912c 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -2278,7 +2278,7 @@ cmd_ignore (struct session *sess, char *tbuf, char *word[], char *word_eol[]) snprintf (tbuf, TBUFSIZE, "%s!*@*", word[2]); } - i = ignore_add (mask, type); + i = ignore_add (mask, type, TRUE); if (quiet) return TRUE; switch (i) |