comparison src/log.c @ 8027:dc30096d0896

[gaim-migrate @ 8707] we're in string freeze, idiot. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 06 Jan 2004 22:56:37 +0000
parents 17b90334f3cc
children fa6395637e2c
comparison
equal deleted inserted replaced
8026:17b90334f3cc 8027:dc30096d0896
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 &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed); 488 fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s <AUTO-REPLY>:</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 &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed); 490 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s <AUTO-REPLY>:</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