From 878830d39f261d4ab081fd19931b9ea030b4c12f Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 6 Jan 2011 22:25:02 -0700 Subject: [PATCH] A little more in README --- README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README b/README index b21dfd9..d74b424 100644 --- a/README +++ b/README @@ -36,6 +36,40 @@ Given nickname $nick, creates $nick.fifo, logs into IRC as $nick, and passes control to dispatch -> irc -> $nick-handler. +cobalt-handler +-------------- + +Joins initial channels, responds to invite messages, and tries private +messages with several different handlers in turn. + + +firebot +------- + +A private message handler providing a few handy commands. + + +infobot +------- + +A private message handler providing infobot-like functionality. + + +notes +----- + +A private message handler allowing users to leave notes for each other. + + +whuffie +------- + +A private message handler keeping track of whuffe (also known as karma), +which is really just a meaningless number associated with your nick, +which other people can manipulate but you can't. + + + Putting it all together =======================