Mercurial > pidgin
changeset 2045:087ae7b0766f
[gaim-migrate @ 2055]
handle this differently
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 17 Jun 2001 04:00:30 +0000 |
parents | cad4405a0a45 |
children | 5424784377f6 |
files | plugins/msn/msn.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/msn/msn.c Sat Jun 16 20:10:32 2001 +0000 +++ b/plugins/msn/msn.c Sun Jun 17 04:00:30 2001 +0000 @@ -1151,7 +1151,8 @@ ms->gc = gc; ms->fd = -1; } else - do_error_dialog("MSN: You can't send a message to yourself", "MSN Error"); + /* in msn you can't send messages to yourself, so we'll fake like we received it ;) */ + serv_got_im(gc, who, message, away, time(NULL)); } static void msn_chat_send(struct gaim_connection *gc, int id, char *message)