src/protocols/irc/parse.c

changeset 13005
0e5d9f487183
parent 12316
b4e5d5ea15fd
child 13943
79a311d7a211
--- a/src/protocols/irc/parse.c	Mon Jan 23 02:57:32 2006 +0000
+++ b/src/protocols/irc/parse.c	Mon Jan 23 03:33:50 2006 +0000
@@ -444,7 +444,6 @@
 			buf = irc_format(irc, "vt:", "NOTICE", from, msg);
 			irc_send(irc, buf);
 			g_free(buf);
-			gc = gaim_account_get_connection(irc->account);
 		}
 	} else if (!strncmp(cur, "VERSION", 7) && !notice) {
 		buf = irc_format(irc, "vt:", "NOTICE", from, "\001VERSION Gaim IRC\001");

mercurial