Botifex - IRC Bot

Botifex is a communication bot, currently only for IRC. It learns from conversations and forms new sentences. It has no other purpose than having fun.

This project is nearly one year old now. First version was written in C but somehow not really structured and using the libircclient. To recode it all cleaner, I switched to C++ with the same library for IRC, don't use this lib... it does not connect to all your favorite networks. So after some problems with the lib, and a segfault somewhere in the code appearing at random times and not to mention the terrible compiler error messages for C++, I decided to switch again back to C. So another new start. This time I wrote my own small library for IRC and used glib for simple data structures, network and so on. Now finally it is running somehow stable. I saw one time a problem with encodings, but couldn't reproduce it now.

Currently there is no real release, but there is a git version and a README with all the other information.
So visit the project:
github.com/scosu/botifex