Something tells me I should update mine one of these days...
Search function works well, but I want to add in a way to show multiple definitions and show the number of them avaliable. I also want to add throttle support and make multi-line adjustable.
I really dislike using external scripts when TCL can do the job just as well...
hicks wrote:
Sorry for thread hijack, but which urban dictionary script is that? The one I always used that gave output very similar to that stopped working.
First answer the following questions:
1. What kind of system are you running it on? Linux, Unix or Windows? Which version?
2. Which version of Eggdrop are you running?
3. Which TCL/TK versions do you have installed?
4. What other scripts do you have loaded?
5. Do you have TCL's html2.5 module or better installed?
6. Did you modify the script in any way before trying to load it?
The more information you can provide for us, the easier it's to help you fix it. The less you provide (and an error log isn't very helpful), the less likely it is we can help you solve the problem.
Trixar_za wrote:First answer the following questions:
1. What kind of system are you running it on? Linux, Unix or Windows? Which version?
2. Which version of Eggdrop are you running?
3. Which TCL/TK versions do you have installed?
4. What other scripts do you have loaded?
5. Do you have TCL's html2.5 module or better installed?
6. Did you modify the script in any way before trying to load it?
The more information you can provide for us, the easier it's to help you fix it. The less you provide (and an error log isn't very helpful), the less likely it is we can help you solve the problem.
1. Linux, unknown version
2. 1.6.19
3. n/a
4. Need, Services, AllProtection, and ChanStats
5. No (I'm thinking this IS the problem)
6. Yes, but only necessary config options
Sorry, I meant http2.5 and not html2.5 - I got a little confused about the name of the module :/
You can check your linux version with the uname -a command.
You must have TCL/TK installed to even be able to run any TCL scripts in eggdrop. My one shell only installs http2.4, which does present problems. but if http2.5 (or better) isn't installed (and some shells don't install the right version or at all), it isn't a complete train wreck. All you need to do is get a copy of http.tcl which you can put in your eggdrop scripts folder and load before any script that may require it. You can get a copy of mine from here. I'm also forced to run it this way because my shell uses an older version than one of speechles's other scripts require.
[22:36] Error while loading http.tcl: wrong # args: should be "package provide p ackage ?version?"
[22:36] Error while loading google.tcl: can't read "html": no such variable
And my linux version is:
Linux nx01 2.6.32.15grsec1.0-custom02-grsec #1 SMP Mon Jun 7 12:56:19 EDT 2010 i686 GNU/Linux
And I believe TCL must be installed because other scripts are working, but I also have errors with others.