This script makes it possible for users to reserve releases to make sure they can finish leeching stuff they want before it's wiped.
The script consists of three parts; ioReserve.tcl, ioReserve.itcl and
CheckReservations.itcl. ioReserve.tcl is for use with a bot, ioReserve.itcl is to enable site commands, and CheckReservations.itcl is to make sure stuff isn't wiped if there are any reservations.
This script does not currently work together with any automatic clean up scripts or utilities. It works with manual wipe only.
I've been making some changes for r2 of ioReserve, but I'm waiting a bit with releasing it to see if there's any input. New in r2 so far is:
* irAllowed limits number of reservations to set amount
* Possible for siteops (or who ever you chose basically) to see, and change, all users reservations
Release 2 of ioReserve is now available for download. Changes in this release are:
* Added a variable to limit amount of allowed reservations
* Made it possible to allow admins (or whoever you want actually) to see, and change all users' reservations
The new administration system is obviously the big news and I will most likely continue to improve that. I'm happy for any [positive ] feedback and suggestions.
ioReserve R3 available for download, which fixes this problem.
However, that only explains why it doesn't work with the bot, not the site command (no typo there). ds-, are all your settings correct? And does the dir where the reservations are saved exist?
Works fine but must create ioreserve.user myself. normal ?
If the file doesnt exist, the script crash.
--------------------------- ErrorInfo ----------------------------
can't read "reserve(user)": no such variable
while executing
"llength $reserve($whfile)"
(procedure "reserve_add" line 12)
invoked from within
"reserve_add "
invoked from within
"if {[string tolower [lindex $args 0]] == "reserve"} { reserve_add }"
(file "..\scripts\ioReserve\ioReserve.itcl" line 173)
--------------------------------------------------
& Must add a variable in proc load_reserve
proc load_reserve {whfile} {
global reserve irPath exstresrv args
......
could you add a check for "site wipe -r %f"-like flashfxp commands ? (-r is used for gl wipe)
that would be nice
anyway, thx for this cool little script :d
Sure, I'll add that in the next update of the script, but I won't release a new version just to add that. It's not that hard to just duplicate that wipe command and make a new one without the -r switch.