#ifndef I_IGNORE
#define I_IGNORE

extern int check_flood(char *nick, char *uhost, char *type);
extern void user_ignore(char *string, int varpar, char *subparams);
extern int ignore(char *nick, char *userhost, int type);

#endif
