mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Update XChat to r1515
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user