Mercurial > pidgin.yaz
comparison src/protocols/yahoo/yay.c @ 2303:f5bf315e6104
[gaim-migrate @ 2313]
hi
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 17 Sep 2001 23:25:10 +0000 |
parents | 2abf9cc183a0 |
children | a87ca0aa1840 |
comparison
equal
deleted
inserted
replaced
2302:722a912562a0 | 2303:f5bf315e6104 |
---|---|
400 | 400 |
401 if (flags & IM_FLAG_CHECKBOX) | 401 if (flags & IM_FLAG_CHECKBOX) |
402 yahoo_send_message(yd->sess, yd->active_id, who, message); | 402 yahoo_send_message(yd->sess, yd->active_id, who, message); |
403 else | 403 else |
404 yahoo_send_message_offline(yd->sess, yd->active_id, who, message); | 404 yahoo_send_message_offline(yd->sess, yd->active_id, who, message); |
405 return 0; | 405 return 1; |
406 } | 406 } |
407 | 407 |
408 static void yahoo_set_away(struct gaim_connection *gc, char *state, char *msg) { | 408 static void yahoo_set_away(struct gaim_connection *gc, char *state, char *msg) { |
409 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; | 409 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; |
410 | 410 |