Wed, 02 Aug 2000 00:19:28 +0000
[gaim-migrate @ 586]
i suppose i should keep things at least compilable
| plugins/filectl.c | file | annotate | diff | comparison | revisions |
--- a/plugins/filectl.c Wed Aug 02 00:13:57 2000 +0000 +++ b/plugins/filectl.c Wed Aug 02 00:19:28 2000 +0000 @@ -52,7 +52,7 @@ arg2 = getarg(buffer, 2, 1); c = find_conversation(arg1); if (!c) c = new_conversation(arg1); - write_to_conv(c, arg2, WFLAG_SEND); + write_to_conv(c, arg2, WFLAG_SEND, NULL); serv_send_im(arg1, arg2, 0); free(arg1); free(arg2);