To add TCL scripts to your eggdrop scroll down the eggdrop.conf to the very bottom you will see - source scripts/alltools.tcl and a couple others . Add the name of the tcl script to there " Make sure u add the right directory" or it will not work. Usually the scripts are places in the scripts/ folder, so if the script is autovoice.tcl place it in the scripts folder within the eggdrop dir and then edit your config for each TCL so they appear like this
source scripts/autovoice.tcl
source scripts/sisrv.tcl
source scripts/google.tcl
etc....
Some TCL scripts have their own folder and more files inside.
If the TCL has multiple files inside its folder, than the method is the same, except you need to include the folder name and the path of the *.tcl script:
source /scripts/bogustrivia/t-2.tcl
And the bogustrivia folder should contain those files:
t-2.tcl
t-2.settings.tcl
t-2.commands.tcl
Readme.txt
Installation.txt
Important Notes.txt
Commands.txt
bogus.ques.sample
Once you're done with this, if the eggdrop is already running, dcc chat it and type .rehash it will usually rehash the bot making it read the changes made. Most of our clients have tcl installed by default which lets you !save !rehash !restart and many other public commands via IRC.
NOTE: Some scripts require eggdrop restart.