mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
oops
This commit is contained in:
parent
7e9f8c694b
commit
011d9437d1
@ -87,7 +87,7 @@ static int ignore_match_level(IGNORE_REC *rec, int level, int flags)
|
||||
level &= ~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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user