diff options
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index 872ef50b..a9d1e0c0 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -2227,8 +2227,7 @@ cmd_ignore (struct session *sess, char *tbuf, char *word[], char *word_eol[]) mask = word[2]; if (strchr (mask, '?') == NULL && - strchr (mask, '*') == NULL && - userlist_find (sess, mask)) + strchr (mask, '*') == NULL) { mask = tbuf; snprintf (tbuf, TBUFSIZE, "%s!*@*", word[2]); |