mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Remove /notify -idle, it can only work with not-nice automated remote whois.
(causes infrequent "server load too heavy" etc) If people really want this, they should write a script. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d9782fab84
commit
78dad04c7b
11 changed files with 19 additions and 115 deletions
|
|
@ -6,15 +6,12 @@
|
|||
typedef struct {
|
||||
char *nick;
|
||||
char *user, *host, *realname, *awaymsg;
|
||||
int idle_time;
|
||||
|
||||
unsigned int host_ok:1; /* host matches the one in notifylist = this is the right person*/
|
||||
unsigned int away_ok:1; /* not away, or we don't care about it */
|
||||
unsigned int idle_ok:1; /* idle time is low enough, or we don't care about it */
|
||||
|
||||
unsigned int away:1; /* nick is away */
|
||||
unsigned int join_announced:1; /* join to IRC has been announced */
|
||||
unsigned int idle_changed:1; /* idle time is lower than in last check */
|
||||
|
||||
time_t last_whois;
|
||||
} NOTIFY_NICK_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue