diff plugins/irc.c @ 1090:79cdc86ef4c6

[gaim-migrate @ 1100] necessary checks committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 13 Nov 2000 02:59:23 +0000
parents f0f5c10cce63
children c964df5b2a84
line wrap: on
line diff
--- a/plugins/irc.c	Mon Nov 13 02:58:00 2000 +0000
+++ b/plugins/irc.c	Mon Nov 13 02:59:23 2000 +0000
@@ -830,6 +830,8 @@
 
 	while (gtk_events_pending())
 		gtk_main_iteration();
+	if (!g_slist_find(connections, gc))
+		return;
 
 	host = gethostbyname(user->proto_opt[0]);
 	if (!host) {