A revitalized version of IRC-Bot with support for multiple bots by utilizing multiple threads.
Libraries
- Boost (minimum version 1.55)
Build Tool
- CMake (minimum version 2.8)
Download the source from https://github.com/Dyrand/DyrBot/tree/master
In the directory where the source is located:
mkdir build
cd build
cmake ..
make
Create 1 bot using default config ./config/config.txt
dyrbot
Create 5 bots using the config file ./bot_config_files/dyrbot.txt
dyrbot -n 5 -d bot_config_file/dyrbot.txt