This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Run tcl

Old posts that have not been replied to for several years.
Locked
c
conimus
Voice
Posts: 2
Joined: Wed Feb 16, 2005 1:51 pm

Run tcl

Post by conimus »

I'm new with eggdrop and TCL.
Can anyone tell me how I can install a tcl script to my eggdrop?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

place the script.tcl in your eggdrop's scripts/ directory
then in your eggdrop.conf add the like

Code: Select all

source scripts/script.tcl
you'll see similar lines at the end of your eggdrop.conf, all scripts are loaded that same way.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

for new eggdrop owners, one of the most common causes of :shock: grief & frustration :shock: is when thier freshly-uploaded, nifty_as_hell.tcl fails to load, or works improperly because they didn't realize they must open and edit all the configurable variables in the tcl... :? more and more i see the same shocked question in help channels - "What do you mean I can OPEN it?!?"
:!: Most tcl's require at least basic editing on purpose, to make you r-e-a-d the script.

:roll: welcome to egghelp, conimus. Be sure to read setting up your eggdrop :wink:
Locked