mirror of https://github.com/fluffle/goirc
This also waits until identified before autojoining Unfortunately, testing for the +r mode to mean registered is network- specific. This happens to work on Rizon but not on Freenode, for example |
||
---|---|---|
doc | ||
irc | ||
.gitignore | ||
Makefile | ||
README.md | ||
handler.go | ||
rbot.conf.example | ||
rbot.go | ||
vims |
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.