| 1763:18c94e3947d5 | 1764:d8c1affb29fe |
|---|---|
| 300 else | 300 else |
| 301 away = FALSE; | 301 away = FALSE; |
| 302 len = MAX(BUF_LONG, strlen(buf2)); | 302 len = MAX(BUF_LONG, strlen(buf2)); |
| 303 buf = g_malloc(len + 1); | 303 buf = g_malloc(len + 1); |
| 304 g_snprintf(buf, len + 1, "%s", buf2); | 304 g_snprintf(buf, len + 1, "%s", buf2); |
| 305 serv_got_im(zgc, notice.z_sender, buf, 0); | 305 serv_got_im(zgc, notice.z_sender, buf, 0, time((time_t)NULL)); |
| 306 g_free(buf); | 306 g_free(buf); |
| 307 } | 307 } |
| 308 g_free(buf2); | 308 g_free(buf2); |
| 309 } | 309 } |
| 310 } | 310 } |