This is really an easy update..nothing hard to do.

1. New "server.c" file. Of course if you've changed your server.c at all,
   you'll have to put the changes in this one too. This'll probably be the
   most time-consuming part of the update.

2. No new constants.h so people wont have to recustomize it for their talker.
   HOWEVER: a few changes in it.
   a) under the file definitions section, remove these lines..
      #define FILETEMP     "lib/file.temp"
      #define QUOTE        "lib/quote"
      #define LAST20       "lib/last20"

   b) under the file definitions section, add the line..
      #define RULESFILE    "lib/rulesfile"

   c) under the /* Time limits and markers */ section add these 2 lines..
      #define LOGIN_TIMEOUT 2     /* time in mins. before the user is */
                                  /* kicked out of the login prompt   */

   d) add these line to where all the strings are..
      #define VIS_IN_HERE  "^There %s %d shadow%s in here.^"
      #define NO_RULESFILE "There are no rules defined."

3. Replace your "Makefile" file with the new one given in this update,
   and edit it for your system.

4. Replace your "restart" file with the new one given in this update.

5. Replace lib/announce.c with the new one given in this update (Compile 
warnings were fixed)

6. Copy the "rulesfile" given, to the 'lib' directory, or make your own 
in there

7. Copy the helpfiles for the new/changed commands into your helpfiles 
directory for the talker (new helpfiles are under the directory 'newhelp')

Since there is a rules files now with the etiquette and dislcaimer in it, 
you might want to change your lib/agreefile to tell people to look at 
.rules instead of .h disclaimer and .h etiquette..It's up to you.

NOTE: In constants.h for the define's PROMOTE_TO_SAME and PROMOTE_TO_ABOVE
      do NOT make them both 1..it doesn't work because if you allow users to 
      promote others to a rank higher than their own, OF COURSE you're gonna 
      allow PROMOTE_TO_SAME. :-)

-Cygnus
cygnus@misty.com
pw.misty.com 5000

