mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
9 lines
210 B
C
9 lines
210 B
C
#ifndef IRSSI_IRC_FLOOD_AUTOIGNORE_H
|
|
#define IRSSI_IRC_FLOOD_AUTOIGNORE_H
|
|
|
|
void autoignore_add(IRC_SERVER_REC *server, char *nick, int level);
|
|
|
|
void autoignore_init(void);
|
|
void autoignore_deinit(void);
|
|
|
|
#endif
|