comparison src/protocols/yahoo/yahoo.c @ 11615:a9c5fcce537b

[gaim-migrate @ 13889] a sadrul patch to make sending buzzes show up as sending and not receiving committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 05 Oct 2005 02:29:02 +0000
parents 5e3f07172dab
children e95c37720766
comparison
equal deleted inserted replaced
11614:f72607814e4a 11615:a9c5fcce537b
3494 return GAIM_CMD_RET_FAILED; 3494 return GAIM_CMD_RET_FAILED;
3495 3495
3496 gaim_debug(GAIM_DEBUG_INFO, "yahoo", 3496 gaim_debug(GAIM_DEBUG_INFO, "yahoo",
3497 "Sending <ding> on account %s to buddy %s.\n", username, c->name); 3497 "Sending <ding> on account %s to buddy %s.\n", username, c->name);
3498 gaim_conv_im_send(GAIM_CONV_IM(c), "<ding>"); 3498 gaim_conv_im_send(GAIM_CONV_IM(c), "<ding>");
3499 gaim_conv_im_write(GAIM_CONV_IM(c), "", _("Buzz!!"), GAIM_MESSAGE_NICK|GAIM_MESSAGE_RECV, time(NULL)); 3499 gaim_conv_im_write(GAIM_CONV_IM(c), "", _("Buzz!!"), GAIM_MESSAGE_NICK|GAIM_MESSAGE_SEND, time(NULL));
3500 return GAIM_CMD_RET_OK; 3500 return GAIM_CMD_RET_OK;
3501 } 3501 }
3502 3502
3503 static GaimPlugin *my_protocol = NULL; 3503 static GaimPlugin *my_protocol = NULL;
3504 3504