a while ago I made a minor adjustment to some *.tcl script, and I didn't change anything to the google.tcl script, but when I rehashed I got this:
<B0t> [20:59] Tcl error in file 'eggdrop.conf':
<B0t> [20:59] can't find package http
<B0t> while executing
<B0t> "package require http"
<B0t> (file "scripts/google.tcl" line 11)
<B0t> invoked from within
<B0t> "source scripts/google.tcl"
<B0t> (file "eggdrop.conf" line 1404)
<B0t> [20:59] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
So this happened all of a sudden, without changing anything important with the eggdrop.
The google.tcl contains this line:
Code: Select all
package require http
I've read somewhere else that the http package should be in some /usr/../ dir, but is it normal that there is no such directory on my eggdrop?
I'm running v1.6.15
Thank you if you could help me