mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Another /IGNORE -replies fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@460 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e43c300e78
commit
02495002e4
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ int ignore_check(IRC_SERVER_REC *server, const char *nick, const char *host,
|
||||||
irc_mask_match_address(rec->mask, nick, host);
|
irc_mask_match_address(rec->mask, nick, host);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
/* nick didn't match, but maybe this is a reply to nick? */
|
/* nick didn't match, but maybe this is a reply to nick? */
|
||||||
if (!rec->replies || channel == NULL ||
|
if (!rec->replies || channel == NULL || text == NULL ||
|
||||||
!ignore_check_replies(rec, server, channel, text))
|
!ignore_check_replies(rec, server, channel, text))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue