The Dink Network

Reply to New File: Dinkbot

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 24th 2009, 11:11 AM
bonca.gif
Christiaan
Bard They/Them Netherlands
Lazy bum 
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!