What version are you running?
Check your private.php and find:
PHP Code:
warn_notify($thread1, $thread2, $bbuserinfo, $warnerdata['email'], $warnerdata['username'], $vboptions['warn_automatic_warner'], $warn_type, $level, $wcomment, $alert);
}
}
// End of automated warnings things
// I hope it works OK.
Make sure that right after that section, there is a line like:
PHP Code:
$message=$pm_message;
Rgds