Wed, 26 Sep 2001 01:43:41 +0000
[gaim-migrate @ 2373]
stupid, stupid
| src/plugins.c | file | annotate | diff | comparison | revisions |
--- a/src/plugins.c Wed Sep 26 00:53:49 2001 +0000 +++ b/src/plugins.c Wed Sep 26 01:43:41 2001 +0000 @@ -865,6 +865,9 @@ g_snprintf(buf, sizeof buf, "%lu %d", (unsigned long)arg1, (int)arg2); break; case event_chat_recv: + g_snprintf(buf, sizeof buf, "%lu %d \"%s\" %s", (unsigned long)arg1, + (int)arg2, (char *)arg3, (char *)arg4 ? (char *)arg4 : "(null)"); + break; case event_chat_send_invite: g_snprintf(buf, sizeof buf, "%lu %d \"%s\" %s", (unsigned long)arg1, (int)arg2, (char *)arg3, *(char **)arg4 ? *(char **)arg4 : "(null)");