Mercurial > pidgin
comparison src/server.c @ 11632:c4fde4165293
[gaim-migrate @ 13908]
Someone should look into this before I get a chance to.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 10 Oct 2005 04:10:49 +0000 |
| parents | 9b3833da6840 |
| children | eb14bbcf7249 |
comparison
equal
deleted
inserted
replaced
| 11631:0c90ef51ad66 | 11632:c4fde4165293 |
|---|---|
| 809 | 809 |
| 810 away_msg = gaim_value_get_string( | 810 away_msg = gaim_value_get_string( |
| 811 gaim_status_get_attr_value(status, "message")); | 811 gaim_status_get_attr_value(status, "message")); |
| 812 | 812 |
| 813 /* apply default fonts and colors */ | 813 /* apply default fonts and colors */ |
| 814 /* TODO: Do we even need this? */ | |
| 814 tmpmsg = stylize(away_msg, MSG_LEN); | 815 tmpmsg = stylize(away_msg, MSG_LEN); |
| 815 | 816 |
| 816 /* Move this to oscar.c! */ | 817 /* Move this to oscar.c! */ |
| 817 buffy = gaim_str_sub_away_formatters(tmpmsg, alias); | 818 buffy = gaim_str_sub_away_formatters(tmpmsg, alias); |
| 818 serv_send_im(gc, name, buffy, GAIM_CONV_IM_AUTO_RESP); | 819 serv_send_im(gc, name, buffy, GAIM_CONV_IM_AUTO_RESP); |
