PDA

View Full Version : Site bot rehashing


mguiness
02-21-2004, 05:20 PM
Hi I have a problem with eggdrop. It rehash all the time without any reason. What is wrong?

ioFTPD 5-6-3r - dZSbot 1.11 - Eggdrop 1.6.15

Mouton
02-21-2004, 06:32 PM
I think that's usually caused by loading ioBanana.tcl and dzsbot.tcl on the same eggdrop. But it could also probably be caused by loading some other scripts and dzsbot... Tryloading loading dzsbot.tcl before or after all other scripts. One of the two should fix it.

alturismo
02-22-2004, 03:41 AM
yep, ioB tcl after dzs.tcl will cause many rehashs ;)

if you didnt play with this combo, may try looking for

proc readlogcheck {} {
set fileid [open dZSbot.timestamp r] ; set timestamp [read $fileid] ; close $fileid
if { [expr [clock seconds] - $timestamp] > 10 } { putlog "dzsbot rehash" ; rehash }
utimer 1 "readlogcheck"

and rise the value step by step

mguiness
02-22-2004, 02:04 PM
Tested to put dszbot load at the end. Didn't help. Still rehasing and my bot is getting slow (lagging).

I don't user banana.... only ioz, ioa, windrop

foutchman
03-03-2004, 07:46 PM
that's a late reply but I just read you are using Eggdrop 1.6.15
maybe this egg version is bugged , i can't remember the exact version that was ultra fux0rized =)
try another version,
Eggdrop 1.6.13 or the newest 1.6.16

IceCube_2
06-13-2004, 12:03 AM
I have the same problem, no ioBanana loaded.

[00:59] dzsbot timeout
[00:59] Writing user file...
[00:59] Writing channel file...
[00:59] Rehashing...
[00:59] dzsbot timeout
[00:59] Writing user file...
[00:59] Writing channel file...
[00:59] Rehashing...
[00:59] dzsbot timeout
[00:59] Writing user file...
[00:59] Writing channel file...
[00:59] Rehashing...

IceCube_2
06-19-2004, 10:34 AM
No idea why, but problem is gone.