mIRC Homepage
Posted By: coder its it possible to hotlink nick..? - 18/05/03 04:09 PM
here is my simple remote

Code:
 
on *!:JOIN:#: { 
  if (22.192.12* iswm $address($nick,2)) { if (!$window(@join)) { .window -nk @join } | echo @join $nick is join $chan with ip $address($nick,2) }  
}  
 



i want make the " $nick " is linked,so when i double-click on it,it will automaticly query that nick,its perfectly same like u are doing coder
Posted By: qwerty Re: its it possible to hotlink nick..? - 18/05/03 04:35 PM
Try this:
Code:
on ^*:hotlink:*:@join: if $1 *join #*? ip*? !iswm $hotline { halt }
on *:hotlink:*:@join: query $1

Assuming that you aren't adding anything else to @join, apart from lines of this type, you can make it even simpler/faster:
Code:
on ^*:hotlink:*:@join: if $1 * !iswm $hotline { halt }
on *:hotlink:*:@join: query $1
Posted By: coder Re: its it possible to hotlink nick..? - 18/05/03 04:54 PM
thx so much
its work perfectly
thx
© mIRC Discussion Forums