# HG changeset patch # User Sean Egan # Date 1016258246 0 # Node ID 9349de0706e62cbe891d52fc7f6f08307c8ab159 # Parent 4f2f12bf440830c4ced2089255843f61b7ac1443 [gaim-migrate @ 3075] A fix to filectl plugin by Ari Pollak committer: Tailor Script diff -r 4f2f12bf4408 -r 9349de0706e6 plugins/filectl.c --- 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)) {