admin wrote:EDIT: Don't bother: I did it. 
Yeah well, I'm not sure that was such a good idea
Because while I can totally see your problem with <br> and HTML files/code, I'm not sure it justifies the "probably no good idea to initialize that line breaker to <BR>" actually. I mean, maybe it is true, maybe not, but it's not like XY was supposed to be dealing with HTML code anyways, and all it took to get ride of that what one call to command br.
More importantly is your decision to not only change the syntax of how the line breaker works, but
make a major change by dropping the default one ! Now that means all of the scripts where <br> was used as a line-breaker, and it was obviously used a lot since it was the
default one, it doesn't work anymore, and all scripts must be fixed.
It's a bit of a PITA I'd say, and all that for what? So that one can do a msg/text/copytext of some HTML code without having to change the line breaker first? Yeah well, if I had had a say in this, I'd have say that <br> should have remained the default line breaker, as to not break any existing scripts, and if you want to do a text $html just add ,,,,,"" to disable the line breaker, much like you'd have called br before. Why give the potential use of HTML code preference over all previous scripts written since v7.00 ??
(Unless you actually meant to do that, and just forgot to set <br> as new default line breaker on commands copytext, msg & text ; in such case I apologize, it probably was a good idea then... will be once fixed

)