View Single Post
Old 05-10-2008, 12:56 PM  
monk-
Member
 
Join Date: Oct 2007
Posts: 32
Arrow

i think its with any dszbot,
now im using an old version of the ported PZS-NG dszbot by o_dog (v0.32?)
and i temp fixed it by simply adding a small caps section:

Code:
# What sections are we announcing for?
set sections   "MP3 mp3"

# Set up paths for all the sections (wildcards).
set paths(MP3)          "/MP3/*"
set chanlist(MP3)          $spamchan

set paths(mp3)          "/mp3/*"
set chanlist(mp3)          $spamchan
and dszbot, and I think any other race announce botscript, uses the ioftpd.log file
and are all cap sensitive

Quote:
05-10-2008 04:36:11 RACE_AUDIO: /MP3/0510/Some_Mp3_Release-HERE/ racer1 iND {racer3 racer4 racer5} Some_Mp3_Release-HERE 279 04-blabla.mp3 >>unimportant log stuff
05-10-2008 04:36:24 RACE_AUDIO: /mp3/0510/Some_Mp3_Release-HERE/ racer2 iND {racer1 racer3 racer4 racer5} Some_Mp3_Release-HERE 212 02-blabla.mp3 >>unimportant log stuff
since racers are now able to race any case insensitive path, it also is being added with that path to the log

edit: oh, i forgot ioNINJA makes those log entries
and ninja uses the $pwd var

Last edited by monk-; 05-10-2008 at 04:20 PM.
monk- is offline   Reply With Quote