libpurple/protocols/yahoo/yahoo.c

changeset 22562
2e7123571ecd
parent 22561
0aeea64fa1dc
child 22646
aacd8a4f9d94
child 22811
2e0dca7ea23e
equal deleted inserted replaced
22561:0aeea64fa1dc 22562:2e7123571ecd
2068 * 3 - not in ignore list, could not delete 2068 * 3 - not in ignore list, could not delete
2069 * 12 - is a buddy, could not add (and possibly also a not-in-ignore list condition?) 2069 * 12 - is a buddy, could not add (and possibly also a not-in-ignore list condition?)
2070 */ 2070 */
2071 switch (status) { 2071 switch (status) {
2072 case 12: 2072 case 12:
2073 purple_debug_info("yahoo", "Server reported \"is a buddy\" for %s while %s" 2073 purple_debug_info("yahoo", "Server reported \"is a buddy\" for %s while %s",
2074 who, (ignore ? "ignoring" : "unignoring")); 2074 who, (ignore ? "ignoring" : "unignoring"));
2075 2075
2076 if (ignore) { 2076 if (ignore) {
2077 b = purple_find_buddy(gc->account, who); 2077 b = purple_find_buddy(gc->account, who);
2078 g_snprintf(buf, sizeof(buf), _("You have tried to ignore %s, but the " 2078 g_snprintf(buf, sizeof(buf), _("You have tried to ignore %s, but the "

mercurial