JabberHive is a modular Reply Bot system. All "modules" are in fact separate programs linked together using the JabberHive Protocol. Please refer to the protocol for more information.
- IRC Gateway for a JabberHive network.
- Protocol Version(s): 1.
- Inbound Connections: None.
- Outbound Connections: Single.
- Pipelining: No.
- Behavior: Gateway.
- POSIX compliant OS.
- C compiler (with C99 support).
- (GNU) make.
- libircclient.
- Download the source code.
- Enter the following command:
$ make
. - Run
$ ./jh-cli
to see how to use the binary.
- Create an IRC gateway that will connect to the JabberHive network through the
socket
/tmp/lc0
, and to IRC onirc.foonetic.net
, port6667
, with the nicknamejabberhivebot
, channel#jabberhive
, with the usernameJabberHive
, and the realnameJabberHive IRC Gateway
; with chat being printed to stdout:./jh-irc /tmp/lc0 "irc.foonetic.net" "jabberhivebot" "#jabberhive" "6667" -u "JabberHive" -r "JabberHive IRC Gateway" -c