Mercurial > pidgin
diff src/buddy.c @ 3033:1143524a2eaf
[gaim-migrate @ 3046]
Laying the ground work for image send. Also an IRC fix.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 12 Mar 2002 17:21:46 +0000 |
parents | d3536105d581 |
children | 5a459387755a |
line wrap: on
line diff
--- a/src/buddy.c Tue Mar 12 02:44:22 2002 +0000 +++ b/src/buddy.c Tue Mar 12 17:21:46 2002 +0000 @@ -1518,7 +1518,7 @@ set_convo_gc(c, u->gc); write_to_conv(c, b->message, WFLAG_SEND, NULL, time(NULL), -1); - serv_send_im(u->gc, name, b->message, 0); + serv_send_im(u->gc, name, b->message, -1, 0); } } if (b->options & OPT_POUNCE_COMMAND) {