libpurple/protocols/yahoo/yahoo.c

changeset 19674
371069ae12fd
parent 19643
1794c23309d3
child 19703
fe6fb15211af
equal deleted inserted replaced
19673:c8c2b91016f3 19674:371069ae12fd
4094 4094
4095 g_return_val_if_fail(c != NULL, FALSE); 4095 g_return_val_if_fail(c != NULL, FALSE);
4096 4096
4097 purple_debug(PURPLE_DEBUG_INFO, "yahoo", 4097 purple_debug(PURPLE_DEBUG_INFO, "yahoo",
4098 "Sending <ding> on account %s to buddy %s.\n", username, c->name); 4098 "Sending <ding> on account %s to buddy %s.\n", username, c->name);
4099 /* TODO: find out how to send a <ding> without showing up as a blank line on 4099 purple_conv_im_send_with_flags(PURPLE_CONV_IM(c), "<ding>", PURPLE_MESSAGE_INVISIBLE);
4100 * the conversation window. */
4101 purple_conv_im_send(PURPLE_CONV_IM(c), "<ding>");
4102 4100
4103 return TRUE; 4101 return TRUE;
4104 } 4102 }
4105 4103
4106 GList *yahoo_attention_types(PurpleAccount *account) 4104 GList *yahoo_attention_types(PurpleAccount *account)

mercurial