###
#
#	tcl.licekix - moonwolf May 1995 v0.01b
#
###

tcl.licekix is based around kombat.scr, the Mortal Kombat Kicks script 
from LiCe, originally designed by Zaknafein (aka Zakna) and modified by 
SrFrog.  This version uses most of the same stuff, but modified for TCL.

tcl.licekix a built in timer to avoid channel spam, and another little 
incentive to avoid over-use - eViL MoDe.  In eViL MoDe, there is a chance 
that the command invoker themselves will be kicked instead of the target 
:>

Credits:  SrFrog for the LiCe version of kombat.scr, Zaknafein for the
Original, Tryanguhl (Tryanguhl@Kyoob) for the ban idea taken from his
adios.grp randline file, BennyH (BennyH@LiCe) for beta testing, and Wrath
for the eViL MoDe concept. 

TODO: If this pack is popular enough, I'll convert SrFrog's pkts.scr file 
across as well.  Another 120 Splatterkix!!!!!

========================
| 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.licekix	-	TCL Script file
	kombat.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): 

set lktime x		;# Time delay in minutes
set ltstat 0		;# Flag - Are we in a time delay loop?
set lkevil 0		;# Flag - Is there a chance the bot will kick the 
			;# invoker? 
set lkevilc 25		;# What percentage change the invoker will be the 
			;# target?
set lkimmune "f"	;# What level of user on the bot will be 
			;# immune to being licekix'd
set evilimmune "f"	;# What level of user on the bot will be immune 
			;# from the Evil kix?

source tcl/modules/licekix/tcl.licekix
source tcl/modules/licekix/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 
(again, replace the "x" with a time delay in minutes)

set lktime x		;# Time delay in minutes
set ltstat 0		;# Flag - Are we in a time delay loop?
set lkevil 0		;# Flag - Is there a chance the bot will kick the 
			;# invoker? 
set lkevilc 25		;# What percentage change the invoker will be the 
			;# target?
set lkimmune "f"	;# What level of user on the bot will be 
			;# immune to being licekix'd
set evilimmune "f"	;# What level of user on the bot will be immune 
			;# from the Evil kix?

source tcl/modules/licekix/tcl.licekix

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 "!lk <nick> [ban]".

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

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