Go to file
raylu e24293df24 Update hosts when people speak 2010-10-18 19:55:41 -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 2010-10-16 19:14:41 -04:00
auth.conf.example !add, !flags, !topic 2010-10-16 15:38:40 -04:00
auth.go Allow commands on a channel to be used from a privmsg 2010-10-18 15:32:42 -04:00
handler.go Update hosts when people speak 2010-10-18 19:55:41 -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/),

git clone git://github.com/kless/goconfig.git
cd goconfig
make -C config install
cd ..
git clone git://github.com/raylu/rbot.git
cd rbot
make -C irc install
make

rbot.conf and auth.conf will be copied. Configure those 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.