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)
}
}