mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
correctly separate ignore flags (no_act, hidden) from level
This commit is contained in:
parent
7f14d4d744
commit
b9a274a81d
7 changed files with 92 additions and 57 deletions
|
|
@ -25,6 +25,8 @@ extern GSList *ignores;
|
|||
|
||||
int ignore_check(SERVER_REC *server, const char *nick, const char *host,
|
||||
const char *channel, const char *text, int level);
|
||||
int ignore_check_flags(SERVER_REC *server, const char *nick, const char *host,
|
||||
const char *channel, const char *text, int level, int flags);
|
||||
|
||||
enum {
|
||||
IGNORE_FIND_PATTERN = 0x01, /* Match the pattern */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue