diff --git a/email.php b/email.php index 1f45965..76ea48d 100644 --- a/email.php +++ b/email.php @@ -1,5 +1,6 @@ @@ -26,6 +27,8 @@ END; foreach ($threads as $thread) { if (in_array($thread['fid'], $forbidden)) continue; + if ($thread['replies'] === '0' && $thread['username'] === $username) + continue; $message .= ' '.$thread['forumname'].'