diff --git a/files/helpers/actions.py b/files/helpers/actions.py index c276114dd..b319f7ecc 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -248,7 +248,7 @@ def execute_zozbot(c, level, parent_submission, v): def execute_longpostbot(c, level, body, body_html, parent_submission, v): if not len(c.body.split()) >= 200: return - if "<" in body and "" in body_html: return + if "" in body_html: return body = random.choice(LONGPOST_REPLIES) if body.startswith('▼'): body = body[1:]