View Single Post
Old 05-04-2005, 08:03 PM  
djdeluxe76
Member
 
Join Date: Mar 2005
Posts: 43
Default

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