2010-10-14 00:09:56 +00:00
rbot
2009-12-17 21:12:37 +00:00
======================
2010-10-14 00:09:56 +00:00
### 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
2009-12-17 21:12:37 +00:00
make -C irc install
2010-10-14 00:09:56 +00:00
Finally, build the bot with:
2009-12-17 21:12:37 +00:00
make
2010-10-14 00:09:56 +00:00
rbot.conf will be copied. Configure that and then run the bot:
./rbot
2009-12-17 21:12:37 +00:00
### Misc.
2010-10-14 00:09:56 +00:00
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.