src/oscar.c

changeset 774
97a94a9fd7c0
parent 772
0145a6ab3bf6
child 788
e536678081f5
--- a/src/oscar.c	Mon Aug 28 18:25:39 2000 +0000
+++ b/src/oscar.c	Mon Aug 28 18:49:17 2000 +0000
@@ -397,10 +397,6 @@
 	switch(serviceid) {
 	case 0x0005: /* Ads */
 		debug_print("Received Ads, finishing login\n");
-		/* we'll take care of this in the parse_toc_buddy_config() below
-		sprintf(buddies, "%s&", current_user->username);
-		aim_bos_setbuddylist(sess, command->conn, buddies);
-		*/
 		aim_bos_setprofile(sess, command->conn, current_user->user_info,
 					NULL, gaim_caps);
 		aim_seticbmparam(sess, command->conn);
@@ -427,6 +423,8 @@
 		if (bud_list_cache_exists())
 			do_import(NULL, 0);
 
+		setup_buddy_chats();
+
 		aim_bos_clientready(sess, command->conn);
 		debug_print("Roger that, all systems go\n");
 

mercurial