Hey. I'm trying to turn <Bob> into <@Bob>. I know this is a pretty simple script. Here is what I have now:
Code:
on ^*:text:*:#: {
  haltdef
  echo -t $chan ‹ $+ $replace($nick,$nick,$iif($nick isop $chan,@,$iif($nick isvoice $chan,+,$iif($nick ishop $chan,%))) $+ $nick) $+ › $1-
}
As you can see, it works for @ (op), % (half-op), and + (voice). However, I need one that works with all of those PLUS: & (Admin) and ~ (owner). Any ideas?

Thanks in advance,
alhammer


"God sometimes puts us in the dark for us to see the light"