# MP3Tool Que-N-Find Channel Send Style. Created by Cruise Nov 03, 1998.

global quecount

set nocolor(lines) 4
set nocolor(1) "GetCmd !$nick $sendlist($mp3tool(lastoffer))"
set nocolor(2) "(MP3Tool) To get my list of $mp3tool(totalfiles) files, type @$nick"
set nocolor(3) "$mp3tool(usedslots) of $mp3tool(sendmax) sends slots in use. There are [expr $quecount - $mp3tool(usedslots)] of [expr $mp3tool(quemax) - $mp3tool(sendmax)] total in the que."
 if $sends(FIND) {
	set nocolor(4) "Currently, @find Requests active (responded to $totfin)"
} else {
	set nocolor(4) "Currently, @find Requests NOT active, grab my list!"
}

set color(lines) 4
set color(1) "\0031,1\0034GetCmd \0033!$nick $sendlist($mp3tool(lastoffer))"
set color(2) "\0031,1\0038(\00313M\0033P3\0038T\00313o\0033o\00310l\0038) \0033To get my list of\0034 $mp3tool(totalfiles) \0033files, type \0034@$nick"
set color(3) "\0031,1\0038 $mp3tool(usedslots) \0033of \0038 $mp3tool(sendmax) \0033send slots in use There are \0038 [expr $quecount - $mp3tool(usedslots)] \0033of \0038 [expr $mp3tool(quemax) - $mp3tool(sendmax)] \0033in the que." 
if $sends(FIND) {
	set color(4) "\0031,1\0033Currently, \0038@find \0033Requests active (responded to \0038 $totfin\0033)"
} else {
	set color(4) "\0031,1\0033Currently, \0038@find \0033Requests \00313NOT \0033active, grab my list!"
}

