src/protocols/yahoo/yay.c

changeset 2303
18171aa8cd37
parent 2234
6ea3f9fadcf9
child 2309
f626dec19cf8
equal deleted inserted replaced
2302:64bcc20a2100 2303:18171aa8cd37
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

mercurial