mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
missing space
This commit is contained in:
parent
d2e1caf720
commit
ba2554dd14
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static int ignore_match_pattern(IGNORE_REC *rec, const char *text)
|
|||
* match levels if set. */
|
||||
#define FLAG_MSGLEVELS ( MSGLEVEL_NO_ACT | MSGLEVEL_HIDDEN )
|
||||
#define ignore_match_level(rec, level) \
|
||||
(((level & FLAG_MSGLEVELS)!= 0) ? \
|
||||
(((level & FLAG_MSGLEVELS) != 0) ? \
|
||||
((~FLAG_MSGLEVELS & level) & (rec)->level) != 0 : \
|
||||
((rec)->level & FLAG_MSGLEVELS ? 0 : \
|
||||
(level & (rec)->level) != 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue