Try something like that:
Code:
if {[string equal $msgtype "STATS"]} {
if {[string equal [lindex $line end] "usertop:"]} {
ioB:sndall $section "\[[c]14$section[c]\] - --------------------------------=UserTop=-------------------------------"
} elseif {[string equal [lindex $line end] "grouptop:"]} {
ioB:sndall $section "\[[c]14$section[c]\] - --------------------------------=GroupTop=-------------------------------"
}
continue
}