# HG changeset patch # User Eric Warmenhoven # Date 965175568 0 # Node ID bb22fb4a7d3929918bf55b20d748836860afe8e1 # Parent a33616e4e48d8a1755d5ff84c4262acb3262d701 [gaim-migrate @ 586] i suppose i should keep things at least compilable committer: Tailor Script diff -r a33616e4e48d -r bb22fb4a7d39 plugins/filectl.c --- 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);