| 1427 goto out; |
1427 goto out; |
| 1428 |
1428 |
| 1429 err: |
1429 err: |
| 1430 g_snprintf(tmp, sizeof(tmp), |
1430 g_snprintf(tmp, sizeof(tmp), |
| 1431 _("User <I>%s</I> is not present in the network"), im->nick); |
1431 _("User <I>%s</I> is not present in the network"), im->nick); |
| 1432 purple_conversation_write(PURPLE_CONVERSATION(convo), NULL, tmp, PURPLE_MESSAGE_SYSTEM, time(NULL)); |
1432 purple_conversation_write_system_message( |
| |
1433 PURPLE_CONVERSATION(convo), tmp, 0); |
| 1433 |
1434 |
| 1434 out: |
1435 out: |
| 1435 if (free_list) { |
1436 if (free_list) { |
| 1436 silc_client_list_free(client, conn, clients); |
1437 silc_client_list_free(client, conn, clients); |
| 1437 } |
1438 } |