How to add TCL scripts?

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.

  • load eggdrop tcl scripts, load tcl
  • 7 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install EggDrop

Eggdrop is the most advanced, most popular, and best supported IRC bot. If you’ve never used a...

Using Your Eggdrop

Log on to the partyline Now that your bot is online, you’ll want to join the partyline to...

Frequently Asked Questions

Eggdrop FAQ How to start my eggdrop? How do I make the bot auto-op people? How do I make the...

Configuring eggdrop with IPv6

IPv6 support This document provides information about IPv6 support which is eggdrop feature...

GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available?

Are you trying to use any TCL that requires GeoIP database like BlackCountry tcl by BLaCkShaDoW?...

Powered by WHMCompleteSolution