ircbod2

IRC Bot library for the D programming language.


Keywords
library, web, communication, dlang, irc, irc-bot
License
BSD-3-Clause
Install
dub fetch ircbod2 --version 0.1.6

Documentation

ircbod2 Build Status

Information

This library is mostly a refreshed version of this project. It allows to easily write IRC bots in D and without any dependency.

ircbod2 is licensed under BSD-3 clauses license (see LICENSE file).

The IRCSocket class was ported from: the Ruby IRCSocket library.

Build example

cd examples
rdmd -I../source/ hello_bot.d

Then go to #ircbod on freenode to speak to your bot.

The project can be build as a static library but as shown by the example it's not necessary.