What is zerobot?

zerobot is an IRC bot written in pure C++. It features a hardened parser for IRC client messages conforming to RFC1459 which parses messages into a meaningful C++ class hierarchy.

Also, it provides a simple yet powerful plug-in interface allowing a huge variety of active and reactive plug-ins to be written.
Currently implemented plug-ins are:

zerobot is released under the terms of the GNU General Public License version 3. For more details, see file COPYING in the source tarballs.

git repository

You can browse the git repository online in my own gitweb or at github.

Source tarballs

The following libraries and packages are needed to build zerobot:

version 0.2.0-git-20111123

version 0.1.0

Withdrawn due to incomplete tarball.

IRC channel

Of course, there is an IRC channel for zerobot where you can direct all your questions, concerns, bugs, etc. It's #zerobot on freenode.

zerobot is using
GPL-v3
libcurl
TidyLib
eXpat