View Single Post
Old 05-03-2005, 01:54 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

I knew I forgot something important. ioBanana.exe adds a colon at the end of those messages.
Code:
if {[string equal $msgtype "STATS"]} {
	if {[string equal [lindex $line end] "usertop:"]} {
		ioB:sndall $section "--------------------------------=UserTop=-------------------------------"
	} elseif {[string equal [lindex $line end] "grouptop:"]} {
		ioB:sndall $section "--------------------------------=GroupTop=-------------------------------"
	}
	continue
}
Harm is offline   Reply With Quote