Thursday 1 December 2011

IRC Bot Class

This class can be used to create IRC Bots in PHP. It is a basic backbone for more complicated bots. Included: the class(classBot.php) and a sample bot script(bot2.php). To run the bot, change the settings to whatever you would like, either in the class, or by setting them yourself, so you can continue to reuse the script for other bots; then simply point your browser to it, or better yet, use command prompt or shell to view the commands sent to the bot from the server. Simply copy the text from the website, change the extension to .php and run it from your server. Can be used to make multiple bots that will do anything you have planned for them, from greeting people, telling jokes, to connecting to multiple sites when you give the command. This works out of the box, but has very limited functionality. Programming skills will be required to get this to work the way you want it to.

http://www.notan00b.com/

No comments:

Post a Comment