Go to file
James Vega b111642379 Let's properly mimic Infobot's stats command and add some initial items to
a freshly created db.
2004-08-29 17:05:14 +00:00
debian Bring debian/ files up to date 2004-08-28 20:23:19 +00:00
docs Added FAQ about channel-specific databases. 2004-08-29 15:57:03 +00:00
examples Updated. 2004-07-26 01:19:41 +00:00
others Update to newer upstream, clean up a few things, and add a link to upstream's 2004-08-28 02:23:47 +00:00
plugins Let's properly mimic Infobot's stats command and add some initial items to 2004-08-29 17:05:14 +00:00
sandbox Updated. 2004-08-27 07:35:32 +00:00
scripts Time is on my side, oh yes it is. 2004-08-29 07:32:40 +00:00
src Changed help for register to match the code. 2004-08-29 15:59:16 +00:00
test Add Anonymous.action as requested by malex 2004-08-28 23:52:48 +00:00
tools Moved to the sandbox, where it more rightfully belongs. 2004-08-22 20:31:52 +00:00
.cvsignore Initial revision 2003-03-12 06:26:59 +00:00
ACKS Updated. 2004-04-09 17:13:49 +00:00
BUGS Updated. 2004-07-28 19:03:13 +00:00
ChangeLog Anonymous.action 2004-08-28 23:55:27 +00:00
DEVS kmj is right. Writing in third person is balls. :) 2004-04-16 08:56:55 +00:00
INSTALL Initial Import 2004-08-25 18:54:48 +00:00
LICENSE Updated. 2004-04-09 17:13:49 +00:00
README Added a --clean option to setup.py. 2004-08-22 15:28:04 +00:00
RELNOTES Updated. 2004-08-27 07:35:32 +00:00
TODO Updated. 2004-07-29 11:17:16 +00:00
__init__.py Eh, those things didn't need to be where they were. 2004-02-02 17:19:38 +00:00
setup.py Added the +cvs back. 2004-08-27 08:29:05 +00:00

README

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


USERS:
------
If you're upgrading, read RELNOTES.  If you're new to Supybot, 
read docs/GETTING_STARTED for an introduction to the bot, and read
docs/CAPABILITIES to see how to use capabilities to your greater
benefit. 

If you have any trouble, feel free to swing by #supybot on
irc.freenode.net or irc.oftc.net (we have a Supybot there relaying,
so either network works) and ask questions.  We'll be happy to help
wherever we can.  And by all means, if you find anything hard to
understand or think you know of a better way to do something,
*please* post it on Sourceforge.net so we can improve the bot!

WINDOWS USERS:
--------------
The wizards (supybot-wizard, supybot-newplugin, and
supybot-adduser) are all installed to your Python directory's
\Scripts.  What that *probably* means is that you'll run them like
this: C:\Python23\python C:\Python23\Scripts\supybot-wizard


DEVELOPERS:
-----------
Read OVERVIEW to see what the modules are used for.  Read EXAMPLE to
see some examples of callbacks and commands written for the bot.
Read INTERFACES to see what kinds of objects you'll be dealing with.
Read STYLE if you wish to contribute; all contributed code must meet
the guidelines set forth there..

Be sure to run "test/test.py --help" to see what options are available
to you when testing.  Windows users in particular should be sure to
exclude test_Debian.py and test_Unix.py.