PDA

View Full Version : [Fixed] Problem with !google


domy3
02-28-2005, 07:55 AM
Hi all,
when i start !google command, bot tells

Tcl error [ioB:google]: invalid command name "http::config"

Whats wrong?

Thanks for any reply.

Harm
02-28-2005, 09:36 AM
You shouldn't leave your windrop folder inside your ioFTPD folder. Move it out there and it will work.
ie. C:\ioFTPD and C:\windrop are ok while C:\ioFTPD and C:\ioFTPD\windrop aint.

domy3
02-28-2005, 10:21 AM
Hmm i have ioftpd/windrop .. i'll try folder windrop out folder ioftpd... thanks HARM

domy3
03-15-2005, 03:32 PM
It Doenst work!
!imdb too

My windrop is in C:\windrop and bot tells

Tcl error [ioB:imdbinfo]: invalid command name "::http::config"

Help me please!

Harm
03-15-2005, 04:10 PM
What version of ioBanana are you using ? and windrop ?

domy3
03-15-2005, 04:34 PM
ioBanana V20
windrop 1.6.17

Harm
03-16-2005, 01:34 AM
Are you using ioBanana v20's built-in !imdb command or B0unty's ?

PS: Could you please update your board profile.

domy3
03-17-2005, 08:11 AM
This one:

# Enable !google ?
set ioBvar(google) 1
# Enable !imdb ?
set ioBvar(imdb) 1
# Select the method used for /msg !invite
# 0 = disabled
# 1 = plain text password (old method, not compatible with ioFTPD modules)
# 2 = hashed password (new method, check SITE IRCINVITE)
set ioBvar(invite_m) 2
# Use secure irc-invite ? 0=no/1=yes
set ioBvar(invite_s) 1
set ioBvar(hosts_log) "c:/ioFTPD/logs/hosts.log"

Harm
03-24-2005, 03:01 PM
Then either you've removed a few necessary lines from ioBanana.tcl (the one loading the http package for example) or your windrop's tcl libs are missing some files (http.tcl for example).

domy3
03-24-2005, 05:20 PM
Yeah! Now works! (google)
I've missed to add in eggdrop.conf source script http.tcl !

Thanks a lot