Raw 366 is triggered when the names list has been recieved, only when it has will $nick(#channel,0) return the correct amount of people.

Code:
raw 366:*:{
  echo -a $nick($2,0)
}


In raw 366 $2 is the channel name.