Quote:

$read(file,s,word) scans for lines beginning with that word. Your text file needs to have each swear on an individual line.


As long as there is more than one word in the line it will return the rest of the line less the text you uesd as the matchtext, by using $read(file,w,word) it will still return the line even when the line only has the one word.