View Single Post
Old 05-04-2005, 08:52 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

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