Hello all,

I have this script:

http://pastebin.com/vTqstuMj

The problem is that it print ever the same nick, and not
all the nick with the same ip/dns.

If I use in prompt window of mIRC this string :

//echo -a $ialchan(*!*@domain,#chabbel,1).nick ; print the first nick
//echo -a $ialchan(*!*@domain,#chabbel,1).nick ; print the second nick

etc ...

Instead the script print ever the same nick more times.

Why ?