PDA

View Full Version : [Filled] List incomplete Releases (IRC or Site Command)


dashad
03-30-2004, 03:11 PM
Hello folks,

i saw this feature on gl and thought it would be great if it also exist for ioftp. I think the topic says everything what the script should do ;)

greetz dashad

St0rm
03-30-2004, 03:15 PM
Would be kinda hard, since it's zipscript-dependant.

Mouton
03-30-2004, 04:19 PM
indeed.
ioB for example list all the incomplete releases in the root of the ftp, using [Race]-xxx symbolic links.
There's also [incomplete]-xxx symlinks in parent dirs. I think pretty much all zs create those. So a simple "SITE SEARCH incomplete" would give u what u want. u can also alias that into another command in ftp_custom-commands
incomplete = @search incomplete

and on ftp:
site incomplete

same applies to irc. simply duplicate the search function and call it using !incomplete.

Ren
03-30-2004, 05:37 PM
dzsbot allready has a !incomplete cmd, and lists them on irc

SomeoneWhoCares_2
03-30-2004, 11:40 PM
hmm incomplete proc uses binary(INCOMPLETE) but nowhere to set it in config or not included in package, am i missing something? :eek:

neoxed
03-30-2004, 11:47 PM
Originally posted by SomeoneWhoCares
hmm incomplete proc uses binary(INCOMPLETE) but nowhere to set it in config or not included in package, am i missing something? :eek:

Wrong Tcl proc...look at for the proc "proc_incomplete".