Thank you, that worked for me.

If some1 interested in this how do i circle all list here it is:

Code:
on 5:TEXT:!circle:#: {
  var %i = 1 
  while ( %i <= $nick($chan,0) ) { 
  Echo -at $nick($chan,%i) 
  inc %i 
  }
}


with $nick($chan,0) you get the number how much viewers are in the viewer list, and then you do the while loop to take very person.