###
#
#	Lazarus	- moonwolf May 1995  v0.5
#
###

Lazarus is a fortune cookie program for Eggdrop IRC Bots running TCL.  
The sayings are all taken from a character created by Robert A. Heinlein.

========================
| System Requirements: |
========================
	Eggdrop 0.9m or later.
	TCL
	tcl.randline	(Available from Hel on IRC - /msg Hel get randline)

=======================
| Files in this pack: |
=======================
	README		-	This file
	tcl.toolbox	-	TCL Global procedure file
	tcl.lazarus	-	TCL Module with the main procedures.
	lazarus.grp	-	tcl.randline Group file

=================
| Installation: |
=================
If you are not running moonwolf's TCL Toolkit, you need to edit the bot 
config file and add these lines to the end (replace the "x" with the 
number of minutes you want to delay the command being used again): 

###  tcl.lazarus
set laztime x
set laztalk 0
source tcl/modules/lazarus/tcl.toolbox
source tcl/modules/lazarus/tcl.lazarus
###

If you are running moonwolf's TCL Toolkit, or have a copy of moonwolf's 
tcl.toolbox already loaded, just add these lines to your config file 
(again, replace the "x" with a time delay in minutes)

###  tcl.lazarus
set laztime x
set laztalk 0
source tcl/modules/lazarus/tcl.lazarus
###

Then, if the bot is up and running, just type .rehash from the Party 
Line.  If not, just start the bot as normal.

The default command to run the module is "!lazarus".

===============
| TCL Library |
===============

TCL Library is a collection of TCL modules stored on moonwolf's File bot, 
Hel.  Hel uses moonwolf's "FastFilez" system, so removing the need to 
register with Hel to be able to obtain TCL Library files.

For a listing of all TCL Library modules available, and their versions:

/msg hel library

============================================================================
Questions, suggestions, comments, bug reports to:

E-Mail:	moonwolf@magenta.com
BotNet:	moonwolf@Hel

============================================================================
