PDA

View Full Version : dZSbot error


xpac
07-19-2003, 08:54 AM
Not sure if this forum is for reporting all bugs or just ones releating to ioFTPD, but i've found a scripting error in the dZSbot.tcl

You have 2 variables that hold the affils and banned groups, but they are the same variable.

In the AFFILS config section you :

set affils(blah!) "your affil"

but in the banned grps you also have

set affils(blah!) "banned grp"

which should obviously read

set banned(blah!) "banned grp"

Easy to change once d/l'd but i thought you'd want to correct for future updates.

Cheers