Ok well i'm back agian and i need a little help and i know "look threw the help file's" I CAN'T i'm on linux and there is NO way to view WINDOWS help files but i don't need much help this is what i have
Code:
on *:TEXT:!fah*:#: {
  if ($nick == confuzzedintelguy) {
    play -q5m1 $chan Y:/unitinfo.txt 1500
  }
}

and that gives me my currnt folding @ home information now my problem is that it displays it in 6 lines which gets a little anoying i was wondering how can i have it display all the lines in one like this
Code:
<ConfuzzedBot>Current Work Unit
              ------------------
              Name: p753_vln2.8nopbc
              Download time: September 16 15:22:37
              Progress: 6%  [__________] 

other then like this
Code:
<ConfuzzedBot>Current Work Unit
<ConfuzzedBot> -----------------
<ConfuzzedBot> Name: p753_vln2.8nopbc
<ConfuzzedBot> Download time: September 16 15:22:37
<ConfuzzedBot> Progress: 6%  [__________]


Thanks for any help you can give me.