Does MUSHClient strip spaces at the end of lines when writing them into logs? From what I've seen, this is the case, and this came as quite a disappointment.
I've written a custom script to parse input from my MUD, and now I've discovered that not only is parsing my log through this script hard, it's plain impossible since the output from the logs is different from the output from the game, making many of my regexp's completely non-working.
If this absolutely has to be the default behaviour, there should at least be a toggle to have lines written as they are seen, minus color. I suspect the raw-toggle, undocumented in my version of MUSHClient, will log EVERYTHING, but since that would probably include color-codes too, it'd break my regexp's nonetheless.
I've written a custom script to parse input from my MUD, and now I've discovered that not only is parsing my log through this script hard, it's plain impossible since the output from the logs is different from the output from the game, making many of my regexp's completely non-working.
If this absolutely has to be the default behaviour, there should at least be a toggle to have lines written as they are seen, minus color. I suspect the raw-toggle, undocumented in my version of MUSHClient, will log EVERYTHING, but since that would probably include color-codes too, it'd break my regexp's nonetheless.