Sat, 16 Mar 2002 05:57:26 +0000
[gaim-migrate @ 3075]
A fix to filectl plugin by Ari Pollak
committer: Sean Egan <seanegan@pidgin.im>
| plugins/filectl.c | file | annotate | diff | comparison | revisions |
--- 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)) {