Mercurial > pidgin
comparison src/log.c @ 8059:b33c5e67f5d4
[gaim-migrate @ 8746]
because we're supposed to escape them
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sat, 10 Jan 2004 05:16:26 +0000 |
| parents | fa6395637e2c |
| children | 3c4313120c63 |
comparison
equal
deleted
inserted
replaced
| 8058:1f13f8ad856c | 8059:b33c5e67f5d4 |
|---|---|
| 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 <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed); | 490 fprintf(data->file, _("<font color=\"#16569E\">(%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 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed); | 492 fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s <AUTO-REPLY<:</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 |
