PDA

View Full Version : [Filled] Rehash Eggdrop from ioFTPD


deluxe
04-14-2004, 12:58 PM
Hi there, i could really use a script to make ioftpd do a .rehash on my sitebot when the site starts ... anyone up for it?

Mouton
04-14-2004, 01:13 PM
OnServerStart: ..\scripts\rehashbot.bat

rehashbot.bat:
@echo !putlog REHASHBOT

CTRl-F in iob tcl and search for DAYSTATS.
Duplicate that code and change DAYSTATS for REHASHBOT.
Instead of calling the daystats proc, call rehash.
Done.

deluxe
04-14-2004, 01:49 PM
moo!

first of all, thanks for the quick reply!

but for some reason that doesnt work :|

could you paste me the whole sourcescodes i need to put into the bat and tcl please?

thanks