ON OUTCHAT { { ; Monitron's Message Spy script 0.01 ; (c) 1996 Justin Streufert ; cdolphin@access.digex.net "@Private message from " WHOCHAT WHONAME + " to " + WHOTARGET WHONAME + ": " + CHATSTR + SAY ; say all the stuff "" CHATSTR = ; clear the chat string } WHOTARGET 0 == NOT IF ; don't do anything if this is not a private ;message }