Dinkbot
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();
?>
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: | 146 |
| Release Notes: | Initial version. |
![]() | |
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.
<?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.
| Topic | Posts | Poster | Last Post |
|---|---|---|---|
| How to set this up? | 5 | Fireball5 | December 26th 2009, 07:14 PM |











