changeset 6364:07b30424146b

[gaim-migrate @ 6869] Ethan says this is better. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 04 Aug 2003 17:02:59 +0000
parents b7ef10bbe9bb
children 72bbe310ac77
files src/protocols/irc/.todo src/protocols/irc/irc.c
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
-<!-- Automagically generated by the ToDo program on Sat Jul 26 19:03:30 2003 -->
+<!-- Automagically generated by the ToDo program on Mon Aug  4 11:40:17 2003 -->
 <todo version="0.1.17">
     <note priority="medium" time="1036040668">
         IRC
@@ -56,5 +56,8 @@
         <note priority="low" time="1058921630">
             fix duplication of names on rejoin (depends on convo API)
         </note>
+        <note priority="low" time="1060015217">
+            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
+        </note>
     </note>
 </todo>
--- 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;