small problem with the
Code:
 ctcp 1:whois:*: {
  var %total = $query(0)
  var %a = 1
  while (%a <= %total) {
    set %names %names $+ , $query(%a)
    inc %a 1
  }
  /notice $nick I am talking to: %names
} 


it shows it right the first time then it goes "I am talking to person 1, person 2, person 1, person 2
and it gets longer each time.