is it possible to paste logfiles (not from irc) in a irc chat window as they update?. someone told me it would be a script to do it and it would be something like this as a base -

if (%currentread == %lastread) { halt }
else { $read test.txt }

i wouldn't have a clue about how to complete the script, could someone help me out. or perhaps direct me to a irc script that pastes log files into a chat window as one of its functions, thanks