Anders Rothman - 2006-12-30

Hi

Maybe im stupid, i have browsed thru this forum in search for a /who #channel script.

I need to get a list without joining the channel. The server/channel supports /who so thats fine. I just need some help... i tried to modify the example2.php script, from:
$irc->getList('#php');

to
$irc->who('#php');

and then "for each ($resultar ....."

but that just hangs

please help.

best regards Anders, Happy new year!