hello
i have followig code:
Code:
on *:text:!points:#blaaa:{ 
  if ($hget(tmp,$nick)) { 
    .notice $nick » points: $calc($hget(tmpj,$nick) + $hget(tmp,$nick))
  }
}

format of hashtables:
nick
points
nick
points
.
.
how can i get the Top 10 nick+points from the hashtables ( use tmpj+tmp)

thx bodo