comparison src/log.c @ 8026:17b90334f3cc

[gaim-migrate @ 8706] i think this is all ok committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 06 Jan 2004 22:54:00 +0000
parents 1b8261f374ea
children dc30096d0896
comparison
equal deleted inserted replaced
8025:d85555980495 8026:17b90334f3cc
483 else if (type & GAIM_MESSAGE_WHISPER) 483 else if (type & GAIM_MESSAGE_WHISPER)
484 fprintf(data->file, "<font color=\"#6C2585\">(%s)<b> %s:</b></font> %s<br/>\n", 484 fprintf(data->file, "<font color=\"#6C2585\">(%s)<b> %s:</b></font> %s<br/>\n",
485 date, from, msg_fixed); 485 date, from, msg_fixed);
486 else if (type & GAIM_MESSAGE_AUTO_RESP) { 486 else if (type & GAIM_MESSAGE_AUTO_RESP) {
487 if (type & GAIM_MESSAGE_SEND) 487 if (type & GAIM_MESSAGE_SEND)
488 fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed); 488 fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
489 else if (type & GAIM_MESSAGE_RECV) 489 else if (type & GAIM_MESSAGE_RECV)
490 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed); 490 fprintf(data->file, _("<font color=\"#A82F2F\">(%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 if(gaim_message_meify(msg_fixed, -1)) 492 if(gaim_message_meify(msg_fixed, -1))
493 fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n", 493 fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n",
494 date, from, gc->prpl->info->name, msg_fixed); 494 date, from, gc->prpl->info->name, msg_fixed);
495 else 495 else