Btw, is it possible to modify it for ranked user/group output?
i tried copying this from dzsbot.tcl
set binary(IOGROUP) "C:/ioFTPD/scripts/iogroups/iogroups.exe"
if [regexp {rank:[^\"| ]+} $output rankeduser] {
set zs_user [lindex [split ${rankeduser} :] 1]
set result [exec $binary(IOGROUP) template=2 ranking ${zs_user}]
set output [replacevar $output "rank:${zs_user}" "${result}"]
}
and adding it to modreadlogs.tcl.
didnt help much though.. :x
|