diff libpurple/protocols/irc/irc.h @ 21768:6b42bed44324

Do not allow ISON requests to stack in IRC
author Ethan Blanton <elb@pidgin.im>
date Tue, 04 Dec 2007 20:27:06 +0000
parents 4ff4e3aeab27
children ef4ac2a83e1c
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.h	Tue Dec 04 09:32:22 2007 +0000
+++ b/libpurple/protocols/irc/irc.h	Tue Dec 04 20:27:06 2007 +0000
@@ -56,6 +56,8 @@
 	guint timer;
 	GHashTable *buddies;
 
+	gboolean ison_outstanding;
+
 	char *inbuf;
 	int inbuflen;
 	int inbufused;