Has anyone had any experience with these?
I have been trying to do a simple connect, join channel, msg, part, and disconnect to no avail. Any help would be appreciated.
$connect = ircg_pconnect($nick , $server , $port );
ircg_join($connect, $channel);
ircg_msg($connect, $channel, "This is a test of a stupid php script.");
ircg_part($connect, $channel);
ircg_disconnect($connect);
Running the script results in:
Fatal error: Call to undefined function: ircg_pconnect() in /home/www/www.acphosting.com/bot.php on line 14