gffg
This commit is contained in:
parent
dd60d46a50
commit
8b2536a29e
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ def api_comment(v):
|
||||||
g.db.flush()
|
g.db.flush()
|
||||||
|
|
||||||
if "pcm" in request.host and c_aux.body.lower().startswith("based"):
|
if "pcm" in request.host and c_aux.body.lower().startswith("based"):
|
||||||
pill = re.match("based and (.*?)(-| )pilled", body, re.IGNORECASE)
|
pill = re.match("based and (.{1,20}?)(-| )pilled", body, re.IGNORECASE)
|
||||||
|
|
||||||
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
|
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
|
||||||
parent_submission=parent_submission,
|
parent_submission=parent_submission,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue