comparison src/log.c @ 8062:3c4313120c63

[gaim-migrate @ 8751] dexter ist spotted my mistake committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 10 Jan 2004 17:56:07 +0000
parents b33c5e67f5d4
children 81079e3eda47
comparison
equal deleted inserted replaced
8061:ea073d234191 8062:3c4313120c63
485 else if (type & GAIM_MESSAGE_WHISPER) 485 else if (type & GAIM_MESSAGE_WHISPER)
486 fprintf(data->file, "<font color=\"#6C2585\">(%s)<b> %s:</b></font> %s<br/>\n", 486 fprintf(data->file, "<font color=\"#6C2585\">(%s)<b> %s:</b></font> %s<br/>\n",
487 date, from, msg_fixed); 487 date, from, msg_fixed);
488 else if (type & GAIM_MESSAGE_AUTO_RESP) { 488 else if (type & GAIM_MESSAGE_AUTO_RESP) {
489 if (type & GAIM_MESSAGE_SEND) 489 if (type & GAIM_MESSAGE_SEND)
490 fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed); 490 fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
491 else if (type & GAIM_MESSAGE_RECV) 491 else if (type & GAIM_MESSAGE_RECV)
492 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed); 492 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
493 } else if (type & GAIM_MESSAGE_RECV) { 493 } else if (type & GAIM_MESSAGE_RECV) {
494 if(gaim_message_meify(msg_fixed, -1)) 494 if(gaim_message_meify(msg_fixed, -1))
495 fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n", 495 fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n",
496 date, from, gc->prpl->info->name, msg_fixed); 496 date, from, gc->prpl->info->name, msg_fixed);
497 else 497 else