| 424 content = g_strdup_printf(_("Server notice From %s: \n%s"), from, msg_utf8); |
424 content = g_strdup_printf(_("Server notice From %s: \n%s"), from, msg_utf8); |
| 425 |
425 |
| 426 if (qd->is_show_notice) { |
426 if (qd->is_show_notice) { |
| 427 qq_got_message(gc, content); |
427 qq_got_message(gc, content); |
| 428 } else { |
428 } else { |
| 429 purple_debug_info("QQ", "QQ Server notice from %s:\n%s", from, msg_utf8); |
429 purple_debug_info("QQ", "QQ Server notice from %s:\n%s\n", from, msg_utf8); |
| 430 } |
430 } |
| 431 g_free(msg_utf8); |
431 g_free(msg_utf8); |
| 432 g_free(title); |
432 g_free(title); |
| 433 g_free(content); |
433 g_free(content); |
| 434 } |
434 } |