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.

tcl scripts failing :(

General support and discussion of Eggdrop bots.
Post Reply
j
jack-oneill
Voice
Posts: 5
Joined: Fri Oct 19, 2007 7:06 pm

tcl scripts failing :(

Post by jack-oneill »

Yea i am a noob at tcl scripts
but when the error is in several other scripts, i start wondering :<

The triggers wont work
"bind notc - * command"
and then the command is set up
it wont trigger :<
is there some error in the conf or what?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Eggdrop FAQ

From eggdrop.conf (end-of-file):
##### SCRIPTS #####

# This is a good place to load scripts to use with your bot.

# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
Instructions for using/setting up scripts are usually contained within the scripts header.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Re: tcl scripts failing :(

Post by DragnLord »

jack-oneill wrote:Yea i am a noob at tcl scripts
but when the error is in several other scripts, i start wondering :<

The triggers wont work
"bind notc - * command"
and then the command is set up
it wont trigger :<
is there some error in the conf or what?
Some networks restrict private messages and notices. You haven't given enough information for people to be able to help you.
j
jack-oneill
Voice
Posts: 5
Joined: Fri Oct 19, 2007 7:06 pm

More info

Post by jack-oneill »

what do you mean by restrict?

Im on an Unreal network
using this script: http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1485
I have read and changed things in the file to make it work (password, text, services hostmask, etc)

I have already added the source line to the conf file (and also .rehash'ed)
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

This script, although not stated in the description, depends on the alltools.tcl script included with eggdrop. Could you check wether you've loaded it or not?

Also, do you get any error-messages?
NML_375
j
jack-oneill
Voice
Posts: 5
Joined: Fri Oct 19, 2007 7:06 pm

alltool.tcl

Post by jack-oneill »

yes i have it loaded
source scripts/alltools.tcl
source scripts/action.fix.tcl

# Use this script for Tcl and Eggdrop backwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
#source scripts/compat.tcl
I don't have compat.tcl loaded though
Post Reply