The Dink Network

New File: Dinkbot

UPDATED: seems I misunderstood the purpose of this file.

Want to chat with other Dinkers? Then head for the chatroom. For this chatroom, GlennGlenn has made an IRC bot named Dinkbot, but apparently it's a work-in-progress.

To run, create a new file called index.php and put the following in the file:

<?php require("irc.class.php"); $con = new irc(); echo $con->ircConnect(); echo $con->irc_loop();
?>

See you in the chatroom!