Ah wasn't sure about that thanks, seems to work great:
Code:
on ^*:TEXT:*:*:{
  if ($me isin $1-) {
    if ($readini(" $+ $script $+ ",n,settings,STATUS) == ON) {
      if ($readini(" $+ $script $+ ",n,settings,SOUND) == ON) {
        $iif($isfile(" $+ $scriptdirpage.wav $+ "),splay -cw " $+ $scriptdirpage.wav $+ ",beep 10 1)
      }
      echo -tlbfmrc normal $iif($target == $me, $nick, $target) < $+ $iif( $nick($chan,$nick,~), ~, $iif( $nick($chan,$nick,&), &, $iif( $nick($chan,$nick,@), @, $iif( $nick($chan,$nick,%), %, $iif( $nick($chan,$nick,+), +, $null) ) ) ) ) $+ $nick $+ > $replace( $1-,$me,$chr(3) $+ 4 $+ $me $+ $chr(3) )
      haltdef
    }
  }
}

Done smile