Go to file
raylu 2583f883f9 !say 2010-10-16 18:47:04 -04:00
irc Properly export Debug and add Network to Conn 2010-10-15 18:11:14 -04:00
.gitignore !add, !flags, !topic 2010-10-16 15:38:40 -04:00
Makefile !add, !flags, !topic 2010-10-16 15:38:40 -04:00
README.md Update README.md some more 2010-10-13 20:09:56 -04:00
auth.conf.example !add, !flags, !topic 2010-10-16 15:38:40 -04:00
auth.go !remove 2010-10-16 18:37:29 -04:00
handler.go !say 2010-10-16 18:47:04 -04:00
rbot.conf.example Add nickserv autoidentify 2010-10-15 18:19:44 -04:00
rbot.go !appendtopic and query for basetopic with !topic 2010-10-16 18:08:19 -04: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.