Fix some typos and remove some old documentation

This commit is contained in:
James Vega 2004-09-05 01:09:29 +00:00
parent 5ed87fff49
commit d598b7728d
2 changed files with 3 additions and 6 deletions

6
README
View File

@ -27,11 +27,11 @@ 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 OVERVIEW to see what the modules are used for. Read PLUGIN-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..
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

View File

@ -22,9 +22,6 @@ world.py: Just a dropping off place for some globals that need to be
lot*, but some things seem to fit better here than anywhere
else.
template.py: A template used by setup.py to create customized runnable
Python scripts for individual bots.
privmsgs.py: Basic stuff relating to callbacks.Privmsg, the base class
for most plugins.