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
2010-10-16 23:14:41 +00:00
Assuming you have go set up (http://golang.org/),
2010-10-14 00:09:56 +00:00
2010-10-16 23:14:41 +00:00
git clone git://github.com/kless/goconfig.git
cd goconfig
2010-10-14 00:09:56 +00:00
make -C config install
2010-10-16 23:14:41 +00:00
cd ..
git clone git://github.com/raylu/rbot.git
cd rbot
2009-12-17 21:12:37 +00:00
make -C irc install
make
2010-10-14 00:09:56 +00:00
2010-10-16 23:14:41 +00:00
rbot.conf and auth.conf will be copied. Configure those and then run the bot:
2010-10-14 00:09:56 +00:00
./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.