/NOTIFY -idle fixes.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@515 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-23 11:55:16 +00:00 committed by cras
commit e322876342
4 changed files with 11 additions and 14 deletions

View file

@ -7,7 +7,7 @@
typedef struct {
char *nick;
char *user, *host, *realname, *awaymsg;
time_t idle_time;
int idle_time;
int host_ok:1; /* host matches the one in notifylist = this is the right person*/
int away_ok:1; /* not away, or we don't care about it */