###
#
#	C-TALK - moonwolf June 1995 v0.9.5
#
###

C-TALK is a method for allowing users either unable or unwilling to 
connect to IRC to interact on the IRC channel through Telnet, Using the 
same type of system as .say and .act

========================
| System Requirements: |
========================
	Eggdrop 0.9o or later.
	TCL

=======================
| Files in this pack: |
=======================
	README		-	This file
	CHANGES		-	List of modifications from Previous 
				versions. 
	tcl.toolbox	-	TCL Global procedure file
	tcl.ctalk	-	Main TCL script 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.  chanchan should be a BotNet 
channel (between 1 and 99999) that is generally unused, and unique to the 
bot, which will be used for relaying messages sent to the channel.  
Covert will either tell the channel when someone enters C-TALK (0) or 
won't (1)
msg_ok will set whether users of C-Talk can send private messages (1) or 
not (0):


###  tcl.ctalk
set chanchan <1-99999>
set covert 0
set msg_ok 1
source tcl/modules/ctalk/tcl.ctalk
source tcl/modules/ctalk/tcl.toolbox
###

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 
(Same definitions of the variables as above)

###  tcl.ctalk
set chanchan <1-99999>
set covert 0
set msg_ok 1
source tcl/modules/ctalk/tcl.ctalk
###

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 ".ct".

===============
| 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

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