/drakebot

Primary LanguageC++Apache License 2.0Apache-2.0

Drakebot is a C++ IRC robot. It's built using boost::asio.

To build, first build the Makefile using GYP like this:

gyp --depth=. drakebot.gyp

Then run make drakebot (or make drakebot_opt). Your binary will (probably) be located at ./out/Default/drakebot.

You'll need the following libraries installed to successfully build:

Look at the --help or --helpshort options to get an idea on how to invoke the binary.