mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
fe-common/irc/flood removed. Some autoignore / ignore -time updates.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1330 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6ae8ab5766
commit
c5cccfcdaa
11 changed files with 42 additions and 61 deletions
|
|
@ -12,10 +12,8 @@ typedef struct {
|
|||
char **channels; /* ignore only in these channels */
|
||||
char *pattern; /* text body must match this pattern */
|
||||
|
||||
int time; /* time in sec for temp ignores */
|
||||
int time_tag;
|
||||
time_t unignore_time; /* time in sec for temp ignores */
|
||||
|
||||
unsigned int autoignore:1;
|
||||
unsigned int exception:1; /* *don't* ignore */
|
||||
unsigned int regexp:1;
|
||||
unsigned int fullword:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue