changeset 13005:3c6de63fbfe8

[gaim-migrate @ 15358] This isn't doing anything. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Jan 2006 03:33:50 +0000
parents fbb41707d448
children e19c59a6ff11
files src/protocols/irc/parse.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");