mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Autoignore fixes by fuchs (not tested, hope it works ;)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1281 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a2a6c7e293
commit
fc17069cec
8 changed files with 125 additions and 313 deletions
|
|
@ -1,16 +1,7 @@
|
|||
#ifndef __AUTOIGNORE_H
|
||||
#define __AUTOIGNORE_H
|
||||
|
||||
typedef struct {
|
||||
char *nick;
|
||||
int timeleft;
|
||||
int level;
|
||||
} AUTOIGNORE_REC;
|
||||
|
||||
GSList *server_autoignores(IRC_SERVER_REC *server);
|
||||
|
||||
void autoignore_add(IRC_SERVER_REC *server, const char *nick, int level);
|
||||
int autoignore_remove(IRC_SERVER_REC *server, const char *mask, int level);
|
||||
void autoignore_add(IRC_SERVER_REC *server, char *nick, int level);
|
||||
|
||||
void autoignore_init(void);
|
||||
void autoignore_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue