Code:
alias Scan {
  var %x = 1, %y = 0
  echo # 01A.Ban Scanning...
  while (%x < $nick(#,0)) {
    if ($hget(A.Ban,$+(*!,$ial($nick(#,%x)).addr))) {
      tokenize 32 $hget(A.Ban,$+(*!,$ial($nick(#,%x)).addr))
      echo # 01Found: $ial($nick(#,%x)).nick / $1  $+([,$2-,])
    }
    inc %x
  }
  echo # 01A.Ban End. 
}


i want it to show the percentage of matchs next to the "A.Ban End" message hope this helps more thanks.