teriffic! it's workin ... yay!
thanks for all your help, thanks very much.
the final code:
Code:
if {[string equal $msgtype "STATS"]} {
# putlog "DBG: $line"
if {[string equal -nocase [lindex $line end] "usertop:"]} {
ioB:sndall $section "\[[c]2[b][b]$section[c]\] - [c]14--------------------------------=UserTop=-------------------------------[c]"
} elseif {[string equal [lindex $line end] "grouptop:"]} {
ioB:sndall $section "\[[c]2[b][b]$section[c]\] - [c]14--------------------------------=GroupTop=-------------------------------[c]"
}
continue
}
cheers
DJ