A little more in README

This commit is contained in:
Neale Pickett 2011-01-06 22:25:02 -07:00
parent f4f4ec9aeb
commit 878830d39f
1 changed files with 34 additions and 0 deletions

34
README
View File

@ -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
=======================