mIRC Home    About    Download    Register    News    Help

Print Thread
#43336 21/08/03 11:42 AM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
hi...i have a hot links script, but it recently stopped working...
maybe someone knows why...all vars are set
Code:
%hl.brow "C:\Program Files\Opera7\opera.exe"
%hl.ftp "C:\Program Files\Opera7\opera.exe"

Code:
on ^*:HOTLINK:ftp*//*.*:*:return
on *:HOTLINK:ftp*//*.*:*:http $1-
on ^*:hotlink:*//*.*:*:
on *:hotlink:*//*.*:*: http $1
on ^*:hotlink:*www.*:*:
on *:hotlink:*www.*:*: http $1
alias http { run %hl.brow $remove($1-,$chr(91),$chr(93),$chr(60),$chr(62),$chr(40),$chr(41)) }


_________
may death strike you.
#43337 21/08/03 12:03 PM
Joined: Aug 2003
Posts: 148
K
KoRn18 Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
how stupid mirc handles stuff.

on ^*:hotlink:*//*.*:*: { }
on ^*:hotlink:*www.*:*: { }

fixes it... smirk weird


_________
may death strike you.

Link Copied to Clipboard