mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
oops
This commit is contained in:
parent
7e9f8c694b
commit
011d9437d1
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ static int ignore_match_level(IGNORE_REC *rec, int level, int flags)
|
||||||
level &= ~FLAG_MSGLEVELS;
|
level &= ~FLAG_MSGLEVELS;
|
||||||
flags &= FLAG_MSGLEVELS;
|
flags &= FLAG_MSGLEVELS;
|
||||||
|
|
||||||
return ((flags & rec->level) == flags) && ((level & rec->level) != 0);
|
return ((FLAG_MSGLEVELS & rec->level) == flags) && ((level & rec->level) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ignore_match_nickmask(rec, nick, nickmask) \
|
#define ignore_match_nickmask(rec, nick, nickmask) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue