mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 1
M
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Oct 2003
Posts: 1
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

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
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


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com

Link Copied to Clipboard