dr.botzo/dr_botzo
Brian S. Stephan 2ffdf26ec2 reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
..
dr_botzo reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
ircbot reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
markov reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
races reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
requirements reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
scripts reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
seen reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
static/css reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
templates reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
BUGS reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
COPYING reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
EXTERNALS reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
README reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
TODO reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
dr.botzo.py reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
logging.cfg reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
manage.py reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00

README

dr.botzo --- an IRC bot

   dr.botzo is an IRC bot written in Python and using irclib.py to handle most
   of the protocol stuff. It is mostly a fun project for a couple of us to hack
   around on, but you may find it useful, in which case you're free to copy
   this source, send patches, etc.

SOURCE

   http://www.incorporeal.org/sw/?a=summary&p=dr.botzo

AUTHORS

   Brian S. Stephan <bss@incorporeal.org>

DEVELOPMENT

   The bot is currently written to be fairly modular. No real documentation on
   this yet, but those interested in developing more features should take a
   look at the classes in dr.botzo.py.