The Dink Network

Dinkbot

The console window
Description
This is a IRC bot I created for the Dink Smallwood channel at Freenode.

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();
?>
Released:December 20th, 2009
File Size:4.68 KB
Downloads:124
Release Notes:Initial version.
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.
TopicPostsPosterLast Post
How to set this up?5Fireball5December 26th 2009, 07:14 PM