Code:
if {[string equal $msgtype "STATS"]} {
putlog "DBG: $line"
if {[string equal [lindex $line end] "usertop"]} {
ioB:sndall $section "--------------------------------=UserTop=-------------------------------"
} elseif {[string equal [lindex $line end] "grouptop"]} {
ioB:sndall $section "--------------------------------=GroupTop=-------------------------------"
}
continue
}
This will help us to locate the problem.