Mercurial > pidgin
diff src/perl.c @ 1764:1e0613d9526b
[gaim-migrate @ 1774]
I decided to do the time stamp w/ messages thing that Eric put in the TODO list.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 27 Apr 2001 23:26:19 +0000 |
| parents | dd78a230aa06 |
| children | 193420b4ca39 |
line wrap: on
line diff
--- a/src/perl.c Fri Apr 27 22:21:53 2001 +0000 +++ b/src/perl.c Fri Apr 27 23:26:19 2001 +0000 @@ -510,7 +510,7 @@ c = find_conversation(nick); if (!c) c = new_conversation(nick); - write_to_conv(c, what, WFLAG_SEND, NULL); + write_to_conv(c, what, WFLAG_SEND, NULL, time((time_t)NULL)); serv_send_im(c->gc, nick, what, atoi(isauto)); }
