My Latest Project is a new IRC Bot, I know your about to point out that I make an IRC Bot every few months, the new one is based on the same design as the old one and I tire of writing it after a few weeks. But this one is very different.
Where as before the bots where centred around a parse list, where there was a massive IF statement that tested the received message against a REGEX pattern for every command I had written. This one has a dynamic number of commands, There are a couple of static commands hard coded into the Command class, but these are admin commands that everyone will need to run the bot properly anyway. It also only matches the string to one REGEX pattern, and then pulls the command you want to use out of the string.
This bot is designed more as a bot for anyone to download and use, rather than a bot specifically for me.
As allways the git repo is on git hub at: http://github.com/Arcath/RIRCB
And the info page is hosted here at:
http://www.arcath.net/pages/3
My Blog