comparison src/protocols/msn/msn.c @ 4403:5a7fda352a8d

[gaim-migrate @ 4672] MSN users rejoice! You can block again! I'll head back to the corner now, amazed at my own stupidity. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 23 Jan 2003 06:30:27 +0000
parents 5fb47ec9bfe4
children 2afc0f845e74
comparison
equal deleted inserted replaced
4402:4e5446a7131f 4403:5a7fda352a8d
1282 debug_printf("moving from deny to permit: %s", who); 1282 debug_printf("moving from deny to permit: %s", who);
1283 gaim_privacy_deny_remove(gc->user, who); 1283 gaim_privacy_deny_remove(gc->user, who);
1284 } 1284 }
1285 gaim_privacy_permit_add(gc->user, who); 1285 gaim_privacy_permit_add(gc->user, who);
1286 } else if (!g_strcasecmp(which, "BL") && pos) { 1286 } else if (!g_strcasecmp(which, "BL") && pos) {
1287 gaim_privacy_deny_remove(gc->user, who); 1287 gaim_privacy_deny_add(gc->user, who);
1288 } else if (!g_strcasecmp(which, "RL")) { 1288 } else if (!g_strcasecmp(which, "RL")) {
1289 if (pos) { 1289 if (pos) {
1290 while(perm) { 1290 while(perm) {
1291 if(!g_strcasecmp(perm->data, who)) 1291 if(!g_strcasecmp(perm->data, who))
1292 new = 0; 1292 new = 0;