diff --git a/modcp.php b/modcp.php index d6244c30..ef234cd0 100644 --- a/modcp.php +++ b/modcp.php @@ -601,6 +601,7 @@ switch ($mode) WHERE p.topic_id = $topic_id AND p.poster_id = u.user_id AND p.post_id = pt.post_id + AND p.poster_id != ". BOT_UID ." ORDER BY p.post_time ASC"; if ( !($result = DB()->sql_query($sql)) ) {