Code:
alias co.listhash {
  co.while $hget(0) .timer -m 1 1 echo -a $chr(2) $ $+ + $ $+ hget(&i) $ $+ + $chr(2) $chr(124) co.while $ $+ hget(&i,0).item echo -a $ $ $ $+ + + hget(&i,& $ $+ + i).item = $ $ $ $+ + + hget(&i,& $ $+ + i).data
}

alias co.while {
  var %i 1
  while (%i <= $1) {
    $eval($replace($2-,&i,%i),2)
    inc %i
  }
}

You could probably do what you want by modifying this a little
Usage: /co.listhash

Last edited by The_JD; 09/07/09 07:52 PM.

[02:16] * Titanic has quit IRC (Excess Flood)