diff libgaim/protocols/irc/irc.h @ 14482:a5c7db7be826

[gaim-migrate @ 17201] Prevent irc accounts from being disconnected for long periods without us noticing. Use the prpl keepalive cb to ping the server if we haven't received anything in at least 60 seconds. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 09 Sep 2006 19:39:31 +0000
parents baff095b146c
children 118fd0dc5b6e
line wrap: on
line diff
--- a/libgaim/protocols/irc/irc.h	Sat Sep 09 19:31:45 2006 +0000
+++ b/libgaim/protocols/irc/irc.h	Sat Sep 09 19:39:31 2006 +0000
@@ -83,6 +83,8 @@
 
 	GaimCircBuffer *outbuf;
 	guint writeh;
+
+	time_t recv_time;
 };
 
 struct irc_buddy {