Impsvillage IRC bot
Rename example.conf to bot.conf and modify as desired.
Compile with the following for a debug build:
make debug
Or with the following for a release build:
make release
To compile and run the tests, run the following:
make test