Go to file
raylu 8efba64f4e Multi-server support 2010-10-15 17:13:53 -04:00
doc IRC RFCs and unreal docs for reference 2009-12-12 00:24:41 +00:00
irc Use default root CAs for SSL connections 2010-10-14 14:02:05 -04:00
.gitignore Add configuration parsing 2010-10-13 20:09:48 -04:00
Makefile Add a command system 2010-10-13 21:16:16 -04:00
README.md Update README.md some more 2010-10-13 20:09:56 -04:00
handler.go Multi-server support 2010-10-15 17:13:53 -04:00
rbot.conf.example Multi-server support 2010-10-15 17:13:53 -04:00
rbot.go Multi-server support 2010-10-15 17:13:53 -04:00
vims update vims to edit README too, maybe i'll actually add stuff. 2009-12-17 21:14:46 +00:00

README.md

rbot

Getting started

Assuming you have go set up (http://golang.org/), first clone http://github.com/kless/goconfig/ and in that directory, run

make -C config install

Then build the goirc framework in the rbot directory with

make -C irc install

Finally, build the bot with:

make

rbot.conf will be copied. Configure that and then run the bot:

./rbot

Misc.

This project was forked from jessta/goirc which is in turn forked from fluffle/goirc. Both of those projects are focused on developing the goirc framework whereas this is focused on developing a bot.