hi ok see if i can explain this correctly.
I have a message center in my room. People can leave messages ect. the msg write to a txt file. Everytime a person reads the messages .. the txt file will copy their nick and the time and date that message was read.
Can i script into the remote that if the same person is reading the same message.. to NOT re-write their names down .
This is my script .

On 30:Text:*!opread*:#Roomname: {
//play $nick D:\bot\opnote.txt
/msg $nick 5Welcome to the Ops message center. Please check regularly. Type !opnote <message> to add your message.
/write -as $1 opnote.txt 12********** $nick has viewed all above *********** $fulldate

}
On 1:Text:*!opread*:#RoomName:/msg $nick 6 shakes her head ...12 You do not have permission to access this board
On 30:Text:*!opnote*:?: {
blushpnote {
/write -il 1 opnote.txt From: $nick $2- $fulldate
/msg $nick 5 your message has been saved .. thank you and remember to check back periodically to keep caught up!
halt
}


any help would sure be appreiciated