mIRC Homepage
Posted By: monkey1504 " irc:// " hyperlinks within mIRC - 31/10/03 11:52 PM
Perhaps this feature would be useful, a feature similar to the one in IE where you can use clickable hyperlinks to irc channels in the form <a href="irc://irc.server.com/channel" target="_blank">irc://irc.server.com/channel</a> , I think this would be useful as a feature for mIRC, similar to the http:// clickable links. Just a thought. Do you agree? Comments please.

Cheers
Posted By: qwerty Re: " irc:// " hyperlinks within mIRC - 01/11/03 01:36 AM
Yes, I wouldn't mind for such an option. In the meantime, you can easily script it:
Code:
on ^*:hotlink:irc?//*?:*: if irc:* !iswm $1 { halt }
on *:hotlink:*:*: run $1
© mIRC Discussion Forums