4 extern GSList
*ignore_list
;
6 extern int ignored_ctcp
;
7 extern int ignored_priv
;
8 extern int ignored_chan
;
9 extern int ignored_noti
;
10 extern int ignored_invi
;
24 unsigned int type
; /* one of more of IG_* ORed together */
27 struct ignore
*ignore_exists (char *mask
);
28 int ignore_add (char *mask
, int type
);
29 void ignore_showlist (session
*sess
);
30 int ignore_del (char *mask
, struct ignore
*ig
);
31 int ignore_check (char *mask
, int type
);
32 void ignore_load (void);
33 void ignore_save (void);
34 void ignore_gui_open (void);
35 void ignore_gui_update (int level
);
36 int flood_check (char *nick
, char *ip
, server
*serv
, session
*sess
, int what
);