From 24e06f19036bacbfbeba908988c73456586cc641 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 20:18:53 +0200 Subject: Update XChat to r1515 --- src/common/outbound.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/outbound.c') 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]); -- cgit 1.4.1