| 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 " |