Go to file
Jeremy Fincher 37f88d5e21 Added more tests and the lasturls command (and --nolimit option to the lasturl command. 2003-08-29 00:40:28 +00:00
docs Needed to commit something, this will need to be changed. 2003-04-22 11:27:32 +00:00
examples Initial revision 2003-03-12 06:26:59 +00:00
others Stylistic updates. 2003-08-21 12:25:35 +00:00
plugins Added more tests and the lasturls command (and --nolimit option to the lasturl command. 2003-08-29 00:40:28 +00:00
sandbox Removed friendly.py; it needs to be renamed Friendly.py and stuck in plugins/ 2003-03-27 08:47:25 +00:00
scripts Added new options, more user-friendliness. 2003-08-28 22:55:42 +00:00
src Added commandsOnStart to make PyChecker happy. 2003-08-29 00:34:05 +00:00
test Added more tests and the lasturls command (and --nolimit option to the lasturl command. 2003-08-29 00:40:28 +00:00
tools Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
.cvsignore Initial revision 2003-03-12 06:26:59 +00:00
ACKS Added more specifics for jamessan 2003-08-21 13:40:31 +00:00
BUGS Added link to SF.net page 2003-03-25 23:21:42 +00:00
LICENSE Initial revision 2003-03-12 06:26:59 +00:00
README Added some information, removed others, etc. 2003-04-02 10:21:14 +00:00
TODO Added an item. 2003-08-23 12:12:31 +00:00

README

EVERYONE:
---------
Read LICENSE.  It's a 2-clause BSD license, but you should read it anyway.


DEVELOPERS:
------------
Read OVERVIEW to see what the modules are used for.  Read EXAMPLE to see some
examples of callbacks and command written for the bot.  Read STYLE if you ever
wish to contribute.

Use PyChecker.  Believe me, it makes things better.  A sample
.pycheckrc file is included as tools/pycheckrc.  Copy this to your
~/.pycheckrc and you'll be able to check your code with the same
stringent guidelines I've found useful to check my code.


USERS:
------
All commands should be run from the root directory, never from any
subdirectory such as conf/, log/, src/, or plugins/.

All you have to do to get a working bot is run scripts/setup.py and
answer the questions!