forked from MarseyWorld/MarseyWorld
master
parent
6c524497db
commit
61929d82bd
|
@ -295,7 +295,7 @@ def api_comment(v):
|
|||
g.db.add(c_aux)
|
||||
g.db.flush()
|
||||
|
||||
if c.parent_comment and c_aux.body.lower().startswith("based"):
|
||||
if "pcm" in request.host and c.parent_comment and c_aux.body.lower().startswith("based"):
|
||||
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
|
||||
parent_submission=parent_submission,
|
||||
distinguish_level=6,
|
||||
|
|
Loading…
Reference in New Issue