1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00
No description
Find a file
2010-10-15 18:24:53 -04:00
irc Properly export Debug and add Network to Conn 2010-10-15 18:11:14 -04:00
.gitignore Add configuration parsing 2010-10-13 20:09:48 -04:00
handler.go Add nickserv autoidentify 2010-10-15 18:19:44 -04:00
Makefile Add a command system 2010-10-13 21:16:16 -04:00
rbot.conf.example Add nickserv autoidentify 2010-10-15 18:19:44 -04:00
rbot.go Add nickserv autoidentify 2010-10-15 18:19:44 -04:00
README.md Update README.md some more 2010-10-13 20:09:56 -04:00

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.