mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
simplify ignore hidden/no_act code
This commit is contained in:
parent
b9a274a81d
commit
7e9f8c694b
6 changed files with 45 additions and 110 deletions
|
|
@ -27,6 +27,8 @@ 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);
|
||||
int ignore_check_plus(SERVER_REC *server, const char *nick, const char *host,
|
||||
const char *channel, const char *text, int *level, int test_ignore);
|
||||
|
||||
enum {
|
||||
IGNORE_FIND_PATTERN = 0x01, /* Match the pattern */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue