| 903 #else |
903 #else |
| 904 memcpy(ipaddr,inet_ntoa(notice.z_sender_addr),sizeof(ipaddr)); |
904 memcpy(ipaddr,inet_ntoa(notice.z_sender_addr),sizeof(ipaddr)); |
| 905 #endif |
905 #endif |
| 906 purple_conv_chat_add_user(gcc, stripped_sender, ipaddr, PURPLE_CBFLAGS_NONE, TRUE); |
906 purple_conv_chat_add_user(gcc, stripped_sender, ipaddr, PURPLE_CBFLAGS_NONE, TRUE); |
| 907 } |
907 } |
| 908 g_free(sendertmp); |
|
| 909 serv_got_chat_in(gc, zt2->id, send_inst_utf8, 0, buf3, time(NULL)); |
908 serv_got_chat_in(gc, zt2->id, send_inst_utf8, 0, buf3, time(NULL)); |
| 910 g_free(send_inst_utf8); |
909 g_free(send_inst_utf8); |
| 911 |
910 |
| 912 free_triple(zt1); |
911 free_triple(zt1); |
| 913 } |
912 } |