View Single Post
Old 02-01-2004, 08:53 PM  
bounty
Senior Member
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by Lathieza
found a small "bug" in irc-stats:

search for:
-------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 4]%boldM\] "

and replace it with:
------------------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 5]%boldM\] "

now it announces the correct groupstats

the correct fix is:

replace the 2nd line with:
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 3]%boldM\] "

and in ioGroups dzsbot template groupstats.body.nfo:
you need to remove %(description)

the line should looks like this:
%(index,2,R,0) %(groupname) %(files_selected) %(bytes_selected) %(speed_selected)

thx anyway for the report
it will be fixed in next rls

have fun
bounty
bounty is offline   Reply With Quote