TCL Code Snippets by mentalglitch
(3)
run this in terminal and specify a mask such as "*irc*" and it will kill any processess with the word "irc" in it(all wild cards accepted)
Tcl example bot (use in linux OS but will work on windows) it doesnt do anything aside from connect identify to nickserv and join the channels specified
if you want to add to this such as commands and..
NOTE!!: This is NOT an eggdrop tcl if you 'source scripts/maketcl.tcl' you will most likely crash your eggy. This script requires that tclsh 8.5 be installed.
The proper way to use this script is as..