The Dink Network

Dinkbot

The console window
December 29th, 2009
v0.1
Score : 8.9 good
anon.gif
Skorn
Peasant He/Him
I Bring Tidings of Spam 
GlennGlenn has brought us an IRC bot. Simply create a file called index.php and add
<?php require("irc.class.php"); $con = new irc(); echo $con->ircConnect(); echo $con->irc_loop();
?> to the file. This welcomes Dinkers that joins the Chat and I think it even bans chatters that curse. I haven't tried this yet for myself, but it sound useful if GlennGlenn has not already set up his own bot before anyone else.