Fayntic(-bot) is a modular PHP-IRC bot. That is fully written in PHP and uses the MySQL database backend for storage of all channels and eventually loaded modules.
It has its own module API and because it's writen in PHP it's very easy for most users to extend the bot with their own written modules.
As I already mentioned, it uses the MySQL database backend, this makes it easier to integrate e.g. a web interface (defaultweb interface will come in the near future). Therefore you can create private environments to specific channels (based on settings) and showing public statistics, logs, channel overview, ban lists and such via a website.
The bot will automatically create its own tables and supports multiple languages. The bot is fully UTF-8 capable.
The resource usage will depend on the loaded modules of course. But as far as we've tested it only uses about 1.5MB RAM (with all modules loaded). The SQL load depends on the specific modules you've loaded. As you can images; indicator, stats and logs might take a few extra resources (also depending on the IRC activity)

