fd
This commit is contained in:
parent
ea2afbde6d
commit
940f681665
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ def api_comment(v):
|
||||||
g.db.add(c_aux)
|
g.db.add(c_aux)
|
||||||
g.db.flush()
|
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,
|
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
|
||||||
parent_submission=parent_submission,
|
parent_submission=parent_submission,
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue