ircg_list
List topic/user count of channel(s)
Description
boolircg_list
resourceconnection
stringchannel
ircg_list will request a list of users in the
channel. The answer is sent to the output
defined by ircg_set_file or
ircg_set_current.
&return.success;
ircg_list example
";
}
// send list command
ircg_list($id, $channel);
// wait for output to arrive
sleep(5);
// disconnect
ircg_disconnect($id,'Bye World');
// output everything
readfile('irc_output.html');
?>
]]>
This example will output something similar to:
See also: ircg_set_file,
ircg_set_current, and
ircg_who.