View Single Post
Old 10-09-2005, 04:25 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

Actually, the settings defined in ioBanana.tcl (those you pasted) are only used to send warnings to the announce channel. The autonuker (the one that nuked this directory) is configured in ioCONFIG.itcl since it's a server-side script. The default (read: sample) rules would indeed nuke this one. They are defined as follow:
Code:
###; iMDB rules
###; Syntax: {"*pattern*" year rating votes}
set anuke(imdb,DVDR) {{"*limited*" 2003 5.0 50} {"*" 2002 5.5 150}}
According to what you said, you should have "set anuke(imdb,DVDR) {{"*" 2000 5.0 550}}".

EwarWoo: the configuration file defines the minimum requirements.
Harm is offline   Reply With Quote