LuckyBot v4
Well, now I'm currently not developing Levon anymore, I used that time to work on the next version of my IRC bot: LuckyBot v4.
v1 was a not extendable irc bot written in PHP, don't want to talk a lot about this one :')
v2 was a desktop app written in C#. It had a nice GUI, you could easily change settings, enable or disable plugins etc. But the code what very ugly.
v3 was a nice extendable irc bot written in PHP. It had a pretty nice plugin system, the only problem was that you couldn't reload plugins at runtime.
v4 will be the best from v2 and the best from v3. It has a nice object oriented plugin api, it has an GUI, where you can change all your settings etc, but there'll be also a console mode. And the best: it's written in python. Which means easily plugin creation, reload plugins without restarting the bot and a lot more

Current Status:
- It connects
- It parses incoming messages
- It can load and call plugins
- GUI isn't finished yet
- Console mode works.
You can find more info, including the source code on:
http://luckybot.googlecode.com

