summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/module.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-23 11:55:16 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-23 11:55:16 +0000
commite322876342fc604b398f5a37e27c2b0b7477f344 (patch)
tree57fdf69e0e6b7a9dc5366ea1a2bfbb5a4403901b /src/irc/notifylist/module.h
parent1a655f357598c9d9f3d2ddbe61a10803ffc73d5b (diff)
downloadirssi-e322876342fc604b398f5a37e27c2b0b7477f344.zip
/NOTIFY -idle fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@515 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/notifylist/module.h')
-rw-r--r--src/irc/notifylist/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/notifylist/module.h b/src/irc/notifylist/module.h
index ac0eadac..43110540 100644
--- a/src/irc/notifylist/module.h
+++ b/src/irc/notifylist/module.h
@@ -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 */