Mirc Script

Feb 23, 2003 19:59 Mirc Script
If you put this in your remote section in mirc you will be able to double click a winbolo:// in irc and the game will start up. For those who do not know where the remote section is click on the CE button near the /a and put it in there

on ^1:HOTLINK:*winbolo*:#:{
if (winbolo:// isin $1) return
halt
}
on 1:HOTLINK:*:*:run $1
Feb 24, 2003 04:47
that is pretty handy, thanks a lot SJ
Feb 24, 2003 05:02
use

on ^1:HOTLINK:*winbolo*:*:{
if (winbolo:// isin $1) return
halt
}
on 1:HOTLINK:*:*:run $1

if you want it to work in private messages etc.... i forgot about that when i made it, remember last time i tested it. I'm trying to see if there is a shorter way of doing this, but i don't know if there is yet
Feb 24, 2003 22:34
your smarter than me :(

good job with the script, i like it alot
Feb 24, 2003 23:12
This makes things a lot easier... jky is still t3h sux though.