Ok I have my eggdrop 1.6 all set up. All my scripts work well excpet ones that require egghttp.tcl. I have that script loaded (and yes it's at the top it's being loaded first) these scripts are whatis.tcl and alice.tcl. Now when i go to load up my bot with say egghttp.tcl (at the top) and alice.tcl i get
[22:21] Tcl error in file 'Ph34r-M3.conf':
[22:21] wrong # args: should be "switch ?switches? string pattern body ... ?default body?"
while executing
"switch $alice_engine {
0 {
set alice_url "http://alice.sunlitsurf.com:2009/a.l.i.c.e./"
set alice_input "text"
set alice_cookie_..."
invoked from within
"if {($alice_engine < 6) && (![info exists egghttp(version)] || ($egghttpnumvers < 103))} {
putlog "alice.tcl : Could not load alice.tcl, egghttp.tcl..."
(file "scripts/alice.tcl" line 86)
invoked from within
"source scripts/alice.tcl"
(file "Ph34r-M3.conf" line 1351)
[22:21] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Now thats when i try to load egghttp.tcl and alice. My config file is set up properly but it's saying it's not and telling me about the line where it has "source scripts/alice.tcl" so thats fine. Now when i remove alice.tcl and add wahtis.tcl (i did this to make sure it wasn't the alice script and was the egghttp.tcl, seeing they both depend on it obviosly if they both don't work it's the egghttp.tcl script) so with the whatis.tcl i get
[22:25] bseen1.4.2c: -- Bass's SEEN loaded --
[22:25] Loading seen database...
[22:25] Done loading 10 seen records.
[22:25] ASS - AntiSlapScript by Konsument loaded
[22:25] aEddie's Extensionsa v0.8.6a by Jamie Cheetham -- loaded! --
[22:25] CNN News v1.1 by Thrill - Loaded.
[22:25] The aBastard Operator from Hella Excuses Board :: by Tiernan <tin@angelsfury.net> :: Loaded
[22:25] Respect TCL by SLaVe .:. LOADED
[22:25] * easyspeak.tcl by Dalanx loaded.
[22:25] whatis.tcl v1.1.2 by strikelight now loaded.
[22:25] bgexec.tcl v1.1 by strikelight now loaded.
[22:25] sysinfo.tcl 1.2.0 by strikelight now loaded
[22:25] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[22:25] use '.help userinfo' for commands.
[22:25] Userfile loaded, unpacking...
[22:25] === Ph34r-M3: 1 channels, 3 users.
Launched into the background (pid: 4132)
Notice the whatis script gets loaded but not the egghttp.tcl script? which makes it definately the egghttp.tcl script that is problematic. Can anyone tell me why this is happening? i would really like to try out the alice.tcl script but thats not gonna happen until i get this fixed. well thanks in advance i hope i gave enough info on the issue. By the way everything is in the standard locations I.E. modules and such.