changeset 576:bb22fb4a7d39

[gaim-migrate @ 586] i suppose i should keep things at least compilable committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 Aug 2000 00:19:28 +0000
parents a33616e4e48d
children aa9a8bcddd80
files plugins/filectl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);