# HG changeset patch # User Daniel Atallah # Date 1137987230 0 # Node ID 3c6de63fbfe8ab2264b209582bd32cd459f70060 # Parent fbb41707d448ef3b2b74295a122b597653f4f3ad [gaim-migrate @ 15358] This isn't doing anything. committer: Tailor Script diff -r fbb41707d448 -r 3c6de63fbfe8 src/protocols/irc/parse.c --- 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");