###
#
#	tcl.ctalk - moonwolf June 1995  v0.95
#
###

TO DO:
------

Add a function to tell who is opped on channel
Add a function for channel users to be able to see who is using C-TALK
Add a ping function
Add a whois function


Changes from v0.9
-----------------
Added a new toggle, msg_ok.  this will enable/disable users in C-Talk 
from messaging other users on IRC.
Added a rudimentary messaging system.  Will allow users to send private 
messages to users on IRC, both normal messages and actions.  Will also 
allow users on channel to send messages back.
cstat will now display to ops whether covert and msg_ok are set or 
disabled. 

Changes from v0.8
-----------------
Changed the console system to use the new "console" tcl command in 
Eggdrop 0.9n (Thanks Robey :P)


Changes from v0.7
-----------------
Found a bug in the help system in tcl.ctalk, fixed it.

Streamlined the code somewhat

Changed the .covert command.  Instead of ".covert on/off", ".covert" will 
toggle automatically.

Changes the command syntax to make it easier to use:

.ctalk now is .ct
.csay  now is .cs
.cact  now is .ca
.cwho  now is .cw

The old commands have been left in for backwards compatibility, and will 
be removed when 0.9 is released.

.cstat now also informs users (+o) whether Covert Mode is on or off.

Thanks to ThemBones@eLeeTBoY for Beta testing.

