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.

Eddie´s script makes rumble :/

Old posts that have not been replied to for several years.
Locked
S
Smartie

Eddie´s script makes rumble :/

Post by Smartie »

i wanted to insert the eddie script as it was described in the faq, but every time i start/rehash the bot with the eddie script , it fails with the text, that eddie.conf generates a mistake,
is any known problem there in connection with other scripts ?

thankyou
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Pasting the error message here, should help yeild what the problem is.
S
Smartie

Post by Smartie »

01:23] Tcl error in file 'eggdrop.conf':
[01:23] invalid command name "Eddie's Extensions: WARNING - Not configured properly!"
while executing
""\002Eddie's Extensions\002: WARNING - Not configured properly!""
invoked from within
"if {![info exists eddie(chans)] || $eddie(chans) == ""} {"\002Eddie's Extensions\002: WARNING - Not configured properly!"}"
(file "scripts/eddie2.tcl" line 99)
invoked from within
"source scripts/eddie2.tcl"
(file "eggdrop.conf" line 146)
[01:23] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

------------------
i have really no idea , sorry, would it help posting eddie.conf ?
*totallyconfused
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

No, this looks like a very crude way of getting a point accross.

As stated, you have obviously not configured the script correctly.

This is mainly specific to the "set eddie(chans)" line in the file. It must be there, and not be blank.
S
Smartie

Post by Smartie »

when i write set eddie(spezificchan) he dies,too.
is there any example script for eddie out there ?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Have you attempted to read the eddie.conf file.

It's quite plain to see what you are suposed to be setting.
S
Smartie

Post by Smartie »

no, i didn't attempt, i`m just jumping against the wall for fun ...
sorry, but i am so frustrated, i had to say this...

set eddie(chans) {#chiller} <- right ?
set chan_limits {#mychan} i dont want to set limits, has it to be edited anyway ?

now the important part, i´m confused, whats the the rigth way ?
i dont wanna invite anyone, anywhere, anytime ...

Code: Select all

# only users with this flag will get automatically invited
set invite(flag) "gna"

# channels that users with the above flag will get invited TO
set invite(to) "#channel-A #channel-B"

# channels that users with the above flag will get invited FROM
# Use * to mean all channels
set invite(from) "*"
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

Smartie
where did you get that tcl, the eddies extensions i have looked though doesnt have any of that invite code :-?
S
Smartie

Post by Smartie »

that's the conf, not the tcl, where did i get it ?
here ...
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

ah, ty. well i never bothred looking at the .conf, just the tcl, yes i got it here too :)
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

Smatie, i dont have that in my .conf, weird. downloaded it again too
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

Smartie wrote: Not configured properly!"
while executing
""\002Eddie's Extensions\002: WARNING - Not configured properly!""
invoked from within
"if {![info exists eddie(chans)] || $eddie(chans) == ""} {"\002Eddie's Extensions\002: WARNING - Not configured properly!"}"


------------------
i have really no idea , sorry, would it help posting eddie.conf ?
*totallyconfused
Smartie,

From your error message and looking at the code as available on www.egghelp.org, it seems the author forgot to add the word putlog or something similar:

Code: Select all


if {![info exists eddie(chans)] || $eddie(chans) == ""} {putlog "\002Eddie's Extensions\002: WARNING - Not configured properly!"}

You may also want to contact the author directly:

CONTACT INFORMATION
-------------------
If you have any problems with setting up or running this script, please
don't hesitate to contact me. I can either be via e-mail (jamie@softham.co.uk)
or via ICQ (32682531).

The eddie42 project site is located at http://sourceforge.net/projects/eddie42/
From the project site you can download the latest version, submit bug reports,
request new features, etc.
k
kain
Halfop
Posts: 91
Joined: Fri Mar 15, 2002 8:00 pm
Contact:

Post by kain »

ahh nm, i had an old version
Locked