libpurple/protocols/msn/notification.c

changeset 28779
9fc118927dfc
parent 28776
0fbd5222f2a5
child 28782
e8995c6648be
equal deleted inserted replaced
28778:3d77f81dcf5c 28779:9fc118927dfc
668 stop this from happening again. */ 668 stop this from happening again. */
669 purple_debug_warning("msn", 669 purple_debug_warning("msn",
670 "User %s is on both Allow and Block list; " 670 "User %s is on both Allow and Block list; "
671 "removing from Allow list.\n", 671 "removing from Allow list.\n",
672 user->passport); 672 user->passport);
673 msn_userlist_rem_buddy_from_list(session->userlist, user->passport, MSN_LIST_AL); 673 msn_user_unset_op(user, MSN_LIST_AL_OP);
674 } 674 }
675 675
676 if (user->networkid != MSN_NETWORK_UNKNOWN) { 676 if (user->networkid != MSN_NETWORK_UNKNOWN) {
677 msn_add_contact_xml(session, adl_node, user->passport, 677 msn_add_contact_xml(session, adl_node, user->passport,
678 user->list_op & MSN_LIST_OP_MASK, user->networkid); 678 user->list_op & MSN_LIST_OP_MASK, user->networkid);

mercurial