From d598b7728ddd7b9871c40b0830a699794d291675 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 5 Sep 2004 01:09:29 +0000 Subject: [PATCH] Fix some typos and remove some old documentation --- README | 6 +++--- docs/OVERVIEW | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README b/README index 9f8610064..2347a26c9 100644 --- a/README +++ b/README @@ -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 diff --git a/docs/OVERVIEW b/docs/OVERVIEW index 327f6ebea..a85007a64 100644 --- a/docs/OVERVIEW +++ b/docs/OVERVIEW @@ -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.