Projects - C/C++ - IRCBot

Description

The IRCBot is split into two parts. The Core and many modules.

The core provides only connection functionality to connect to many IRC servers with one bot instance. All additional functions are implemented in modules. These modules can be loaded, unloaded and reloaded at runtime.

The core and the modules communicate with a C-API and JSON for all data.

Project dates
Development start
04/13/10
First release
05/10/10
Last update
04/02/11
Project details
Programming language
C/C++
Techniques
  • Sockets
  • Boost Thread
  • Boost Program options
  • libjson