# MP3Tool FileSize Channel Send Style. Created by Cruise Nov 16, 1998.

# This one shows you how you can get information on files your offering.

set Size "--"
catch {set Size [format "%0.2f" [expr (([file size [HasServerFile $sendlist($mp3tool(lastoffer))]] / 1024.0) /1024.0)]]} error

set nocolor(lines) 3
set nocolor(1) "Now Playing $sendlist($mp3tool(lastoffer)) ($Size Mb)"
set nocolor(2) "(MP3Tool) To get my list of $mp3tool(totalfiles) files, type @$nick"
set nocolor(3) "GetCmd !$nick $sendlist($mp3tool(lastoffer))"

set color(lines) 3
set color(1) "\0031,1\0034Now Playing \0033$sendlist($mp3tool(lastoffer)) \0035($Size Mb)"
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\0034GetCmd \0033!$nick $sendlist($mp3tool(lastoffer))"

