It's not a good idea to open the file and read from it everytime you get a chat message. 
So, first thing first, open the file once, read the last line once, then in the message hook, compare the new line with the old line, if they don't match, write the new line to file(open the file with...