As long as mIRC has text logging, using HTML style links instead of just typing the link out in chat would cause problems trying to view any links in your log files. Also, I think the majority of people spamming links are not going to use anything other than typing the link out, so I'm not sure if that's going to help anything.

If you want to check for links and potentially hide them or color/underline them, you can already do that in mIRC's scripting. You will need to catch the link --- there are a few posts on this forum that give you a regex that will catch most links, but you'd have to search for them unless someone can write one up again for you. And you will need to then do whatever you want to it... to hide it, halt the normal text and echo the text without that link; to color it, halt the normal text and echo it back with color codes around it; to underline it, halt the normal text and echo it back with underline codes around it; etc.

You can even use a combination of those to replace the link with a word (such as just LINK) if you want to show that there was a link, but not display it in the channel. The thing about doing that is that you will need to have some extra scripting to make it possible to click that "hidden" link if you want to be able to open links like that. You'd have to store the actual link and track where it is on the channel... a real pain to script, but possible. The rest is very easy.


Invision Support
#Invision on irc.irchighway.net