comparison src/server.c @ 8700:ddd2bf87fe8d

[gaim-migrate @ 9453] I'm adding some of the oscar tooltip info to the oscar get info dialog. I don't think I'm finished yet, but I want to try something that might not work, and it's easier to "cvs -z3 diff -u | patch -p0 -R" than it is to un-do it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 17:10:14 +0000
parents 8c7da2e36136
children 9e33e1fa6c97
comparison
equal deleted inserted replaced
8699:775bd10da7f2 8700:ddd2bf87fe8d
1030 } 1030 }
1031 lar->sent = t; 1031 lar->sent = t;
1032 1032
1033 /* apply default fonts and colors */ 1033 /* apply default fonts and colors */
1034 tmpmsg = stylize(gc->away, MSG_LEN); 1034 tmpmsg = stylize(gc->away, MSG_LEN);
1035 serv_send_im(gc, name, gaim_str_sub_away_formatters(tmpmsg, alias), GAIM_CONV_IM_AUTO_RESP); 1035
1036 /* Move this to oscar.c! */
1037 buffy = gaim_str_sub_away_formatters(tmpmsg, alias);
1038 serv_send_im(gc, name, buffy, GAIM_CONV_IM_AUTO_RESP);
1039 g_free(buffy);
1040
1036 if (!cnv && awayqueue && 1041 if (!cnv && awayqueue &&
1037 gaim_prefs_get_bool("/gaim/gtk/away/queue_messages")) { 1042 gaim_prefs_get_bool("/gaim/gtk/away/queue_messages")) {
1038 1043
1039 struct queued_message *qm; 1044 struct queued_message *qm;
1040 1045