plugins/irc.c

changeset 1090
a51b079ac81c
parent 1089
74f5c108f7a3
child 1105
8d9e2dc5453b
--- 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) {

mercurial