View Single Post
Old 06-04-2006, 07:51 PM  
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

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
zOrP is offline   Reply With Quote