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/coresh.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.

  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How To Install EggDrop

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

can't find package tls

In the nearly three decades of Eggdrop development, there have been a LOT of Tcl scripts...

Using Your Eggdrop

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

Install OpenSSL and TLS

Here we will see how to install OpenSSL and TLS if your server supports it. 1. Install OpenSSL...

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

Powered by WHMCompleteSolution