| 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 |