mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Implemented /IGNORE -time <seconds>, patch by fuchs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@527 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f9d4b9d8c8
commit
30afa4a611
3 changed files with 39 additions and 14 deletions
|
|
@ -10,6 +10,9 @@ typedef struct {
|
|||
int level; /* ignore these levels */
|
||||
int except_level; /* don't ignore these levels */
|
||||
|
||||
int time; /* time in sec for temp ignores */
|
||||
int time_tag;
|
||||
|
||||
int regexp:1;
|
||||
int fullword:1;
|
||||
int replies:1; /* ignore replies to nick in channel */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue