Convex provides a flexible pattern matching system designed for creating response driven IRC bots.
Convex is a system for creating IRC bots. It features stability, a small
memory footprint, a flexible but intuitive configuration system, stealth
running, and a secure infrastructure.
Building/Installing
To build Convex, type 'make' while in Convex's directory.
To install, move the binary "convex" somewhere in the filesystem. Or just
run it from it's current location - see if I care.
Configuring
Convex requires a config file. Convex isn't very useful without one. A good
starting point is the file sample.conf. You'll want to edit the defines at
the top of the file, and the user's section (3rd section).
Running
Convex can be started in 2 ways:
./convex sample.conf
or
m4 sample.conf | ./convex
Product's homepage