mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
these were bitflags
This commit is contained in:
parent
db3b671328
commit
ac3af3fb56
@ -29,7 +29,7 @@ int ignore_check(SERVER_REC *server, const char *nick, const char *host,
|
||||
enum {
|
||||
IGNORE_FIND_PATTERN = 0x01, /* Match the pattern */
|
||||
IGNORE_FIND_NOACT = 0x02, /* Exclude the targets with NOACT level */
|
||||
IGNORE_FIND_HIDDEN = 0x03, /* Exclude the targets with HIDDEN level */
|
||||
IGNORE_FIND_HIDDEN = 0x04, /* Exclude the targets with HIDDEN level */
|
||||
};
|
||||
|
||||
IGNORE_REC *ignore_find_full (const char *servertag, const char *mask, const char *pattern,
|
||||
|
Loading…
Reference in New Issue
Block a user