+1 to you as well.

I tryed hotlinking the URLs first, setting a varaible, halting and then writing me own menu, but the URL menu still got displayed.

So maybe something like this:
Code:
on ^*:HOTLINK:*stuff*:#:{
  ;do checks as normal
  if (this-stuff isin $hotline) {
     hotlinkmenu -l HLMenu channel

     ;This specifies which menu to call if the user right clicks on the hotlink.
     ;The -l(optional) means it's a local menu(One that must be in the same script as this)

     ;You can a second menu type, and the hotlinkmenu will be displayed at the bottom of the specified menu type

  }
  else { halt }
}
Menu HLMenu {
  .Echo:{ echo -a $hotline }
}



Last edited by FroggieDaFrog; 02/12/10 05:59 AM.

I am SReject
My Stuff