View Single Post
Old 05-02-2005, 04:55 PM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

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