Hey, I have used an /* alias for a long time now.. But with 6.1 it doesnt work, and all aliases below that point doesnt either work.. Should it be that way, or is it a bug?
I firmly believe that the addition of this commenting style is only going to cause more harm than good. I understand the intention of it, but it is unnecessary (and currently broken).
Well then mIRC doesn't work like any other language in existence, because /* */ CAN span multiple lines it doesn't have to. And I'm not just talking about in one language, I'm talking about in every language that uses /* */ comments.
Yes, but it's presumably much faster for mIRC to parse comments if it requires that the closing */ is at the start of a line. mIRC also requires that single-line comments start on a single line, even though in most languages you can start a comment anywhere (although the lack of quoted strings is also another reason for that).