Hi again,
I would like to try using some of ircq_ functions like ircg_pconnect() in PHP4. However, my server gives me an error:
Fatal error: Call to undefined function: ircg_pconnect() in [directory]/irc.php on line 14. The line is simple:
ircg_pconnect ("PHPIRCer", "194.185.88.200"); and server IP is correct.
Maybe those IRC functions have to be installed as optional extra? It would be just cool to try out =)