A Simple IRC Bot to handle Frequently Asked Questions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Wesley Kerfoot 1622dc80cb Update README.md 7 years ago
README.md Update README.md 7 years ago
botcore.rkt refactored callbacks into separate module 12 years ago
callbacks.rkt refactored callbacks into separate module 12 years ago
commands.rkt removed un-needed definition 12 years ago
config.rkt major update 12 years ago
config.sexp major update 12 years ago
database.rkt Update database.rkt 11 years ago
irclib.rkt refactored callbacks into separate module 12 years ago
redis.rkt fixed a bunch of bugs and changed the responses 12 years ago

README.md

FAQBot

I created this to learn how IRC works mainly, and to have fun with a bot.

It was written in 2013, hence it uses a very old version of couchdb and redis, so the code needs to be updated in order to work correctly!

I have no plans to maintain any of this, so it exists mainly as a reference for implementing IRC bots in Racket.