Something along the lines of ...

Code:
On *:TEXT:!topresults:#:{
  if ($lines(results.txt) >= 3) {
    var %i = 1
    while (%i <= 3) {
      msg # Number %i $+ : $gettok($read(results.txt,%i),1,32) with a score of $gettok($read(results.txt,%i),2,32)
      inc %i
    }
  }
}


"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke