You can use /play to display all of the lines in a text file. And, if you want to only show the second word and on in each line, then you can use the -a (alias) switch and run the commands through the alias. The alias would just be something like:

Code:
alias PlayStuff {
 ; $1 = Where you're playing it to (nick/chan)
 ; $2- = The line of text... since you want to start at the second word, use $3-.
 msg $1 $3-
}


/help /play to see how to use the command.


Invision Support
#Invision on irc.irchighway.net