# HG changeset patch # User Nathan Walp # Date 1060016579 0 # Node ID 07b30424146b1537591b482ff063276a2343d864 # Parent b7ef10bbe9bbda7445d9931e7a1c9bb7b10e3276 [gaim-migrate @ 6869] Ethan says this is better. committer: Tailor Script diff -r b7ef10bbe9bb -r 07b30424146b src/protocols/irc/.todo --- a/src/protocols/irc/.todo Mon Aug 04 06:53:51 2003 +0000 +++ b/src/protocols/irc/.todo Mon Aug 04 17:02:59 2003 +0000 @@ -1,4 +1,4 @@ - + IRC @@ -56,5 +56,8 @@ fix duplication of names on rejoin (depends on convo API) + + Make /part smarter ... part the current channel with a part message on '/part message' if we can determine the first word is not a channel name + diff -r b7ef10bbe9bb -r 07b30424146b src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Mon Aug 04 06:53:51 2003 +0000 +++ b/src/protocols/irc/irc.c Mon Aug 04 17:02:59 2003 +0000 @@ -140,8 +140,6 @@ gc = gaim_account_get_connection(account); - gc->flags |= OPT_CONN_AUTO_RESP; - gc->proto_data = irc = g_new0(struct irc_conn, 1); irc->account = account;