Published in: PHP
<? // define your variables $host = "irc.choopa.net"; $port=6667; $nick="daveyboy"; $ident="dave"; $chan="#usa"; $readbuffer=""; $realname = "davey"; // open a socket connection to the IRC server // print the error if ther eis no connection if (!$fp) { } else { // write data through the socket to join the channel "); "); "); // write data through the socket to print text to the channel "); "); // loop through each line to look for ping if ($line[1]) { "); } } } ?>
You need to login to post a comment.
