| 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 <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 <AUTO-REPLY>:</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 |