Skip to content

Dyrand/DyrBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DyrBot Build Status

A revitalized version of IRC-Bot with support for multiple bots by utilizing multiple threads.

Dependencies

Libraries

  • Boost (minimum version 1.55)

Build Tool

  • CMake (minimum version 2.8)

Installation

Download the source from https://github.com/Dyrand/DyrBot/tree/master

Quick Build

In the directory where the source is located:

mkdir build
cd build
cmake ..
make

Usage

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

About

A revitalized version of IRC-Bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published