quote:
Originally posted by ian_hawdon
oh, and another bug I've stumbled upon: If the conversation wraps onto another line:
code:
[13:36:11] WANT A STABL: sorry about that (doing work on my phone
line!)
Then the script gets confused and crashes. So, possibly something in there needs to say if a line starts with " " then append to the line above.
I'm impressed with your script so far though
A major change in version 1.01 is that I added file input. You can run through command line using the JAR file (...\dist\):
code:
java -jar "Messenger Plus! Legacy Chatlog.jar" SampleChatlog.txt
Can you give me an example of status change in both legacy and HTML?
How do you want me to handle the extra message lines? Do you want them to appear on a new line in HTML (<br>), or do you want them to be re-attached to the message so they become just a single line?