Update XChat to r1515

This commit is contained in:
Berke Viktor
2012-07-13 20:18:53 +02:00
parent ed0e530b79
commit 24e06f1903
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);