comparison src/protocols/msn/msn.c @ 2681:37d80035e77f

[gaim-migrate @ 2694] don't ask. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Nov 2001 23:58:24 +0000
parents b0478af51be0
children 98b1ac8ddea3
comparison
equal deleted inserted replaced
2680:ab2ca2770d2e 2681:37d80035e77f
1509 signoff(gc); 1509 signoff(gc);
1510 return; 1510 return;
1511 } 1511 }
1512 } 1512 }
1513 1513
1514 static void msn_rem_buddy(struct gaim_connection *gc, char *who) 1514 static void msn_rem_buddy(struct gaim_connection *gc, char *who, char *group)
1515 { 1515 {
1516 struct msn_data *md = gc->proto_data; 1516 struct msn_data *md = gc->proto_data;
1517 char buf[MSN_BUF_LEN]; 1517 char buf[MSN_BUF_LEN];
1518 1518
1519 g_snprintf(buf, sizeof(buf), "REM %d FL %s\r\n", ++md->trId, who); 1519 g_snprintf(buf, sizeof(buf), "REM %d FL %s\r\n", ++md->trId, who);