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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!