changeset 3061:9349de0706e6

[gaim-migrate @ 3075] A fix to filectl plugin by Ari Pollak committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 16 Mar 2002 05:57:26 +0000
parents 4f2f12bf4408
children 7fedd5d56b66
files plugins/filectl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/filectl.c	Sat Mar 16 00:32:53 2002 +0000
+++ b/plugins/filectl.c	Sat Mar 16 05:57:26 2002 +0000
@@ -78,7 +78,7 @@
 			c = find_conversation(arg1);
 			if (!c) c = new_conversation(arg1);
 			write_to_conv(c, arg2, WFLAG_SEND, NULL, time(NULL), -1);
-			serv_send_im(c->gc, arg1, arg2, 0);
+			serv_send_im(c->gc, arg1, arg2, -1, 0);
 			free(arg1);
 			free(arg2);
 		} else if (!strncasecmp(command, "away", 4)) {