Contact names should work with Unicode characters.
Are you interested in multiple contacts? The non-local users appear in brown color, though. Should there be other colors? Also, should the title have to be changed to include contacts > 2?
Try this one: 1.02.
It works with single-line and multiline messages, as well as status and action alerts.
Unless you're human, there's not really a way (for a computer) to know the difference between intended linebreak and unintended linebreak, so I just treat all multiline messages as linebreaks (HTML <br>) instead of losing them.
Unintended linebreak:
code:
tell me (call me on my home phone
line)!
Intended linebreak:
code:
Check this cool website out:
1) google.com
and this website is the same:
2) google.com
WOW!
:O:O:O:():):):):)
Do you want status alerts to look like "SCREEN NAME STATUS.", with the status in uppercase? Like "Joe OUT TO LUNCH." or "Joe out to lunch." (with or without punctuation?)? "Joe OFFLINE" or "Joe offline" (with or without punctuation?)?
Check out "SampleChatlog (4).txt" for how it currently outputs status changes.
Some additional actions I know, which it can output to HTML:
code:
[22:01:21] You have failed to receive file "LOL.lol" from LOL.
[16:50:14] You have successfully received C:\Documents and
Settings\LOL\My Documents\My Received Files\LOL.lol from LO
L.
[16:49:42] Cancel(Alt+Q)
[16:50:14] Open(Alt+P)
Are there others?