You can use a workaround for this, a hotlink event.

/help on hotlink


Here is the Code:
Code:
on ^*:hotlink:*:*:{
  if ($regex($1,/(\^|!|\*|\?|@|%|\+)#/)) { return }
  else { halt }
}
on *:hotlink:*:*:{
  if ($regex($1,/(\^|!|\*|\?|@|%|\+)#/)) {
    var %c = ! * ^ ? @ % + 
    while ($istok(%c,$left($1,1),32)) { tokenize 32 $right($1,-1) }
    join $$iif($regml(1),$1)
  }
}

I don't know if it works 100%


one step closer to world domination