; Ravenwood's Whisper Monitor v20140323
; © 2014 Ravenwood Heartsong
; ravnwoodhs@yahoo.com
ON OUTCHAT {
{
{
"PrivateMSG from: " WHOCHAT WHONAME + " to: " + WHOTARGET ; Say who from and who to
WHONAME + " Message: " + CHATSTR + SUSRMSG ; Show the message
"" CHATSTR = ; Clear the ChatStr
} WHOTARGET 0 == NOT IF ; Ignore if it is bot a privatemsg
} ISWIZARD 0 == IF ; If not a Wizard
}