ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.11,1.12


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.11,1.12
Date: Sat, 04 Jan 2003 21:20:29 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv1828/modules/msn2

Modified Files:
        msn.C 
Log Message:
better handling of BL


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- msn.C       5 Jan 2003 01:40:08 -0000       1.11
+++ msn.C       5 Jan 2003 02:20:26 -0000       1.12
@@ -870,6 +870,7 @@
         eb_debug(DBG_MOD, "User (%s) not authorized - removing 
account\n",username);
         remove_account(ac);
      }      
+     msn_add_to_list(mainconn, "BL", username);
   }
   msn_del_from_llist(waiting_auth_callbacks, (llist_data *)username);    
 }
@@ -955,6 +956,7 @@
 {
        msn_contacts = g_list_append(msn_contacts, account->handle);
        if (mainconn != NULL) {
+         msn_del_from_list(mainconn, "BL", account->handle);
          msn_add_to_list(mainconn, "FL", account->handle);
          msn_add_to_list(mainconn, "AL", account->handle);
         }      





reply via email to

[Prev in Thread] Current Thread [Next in Thread]