fdfd
This commit is contained in:
parent
5bf4ba0828
commit
a28c954258
2 changed files with 5 additions and 1 deletions
|
@ -868,9 +868,10 @@ def submit_post(v):
|
|||
g.db.add(new_post)
|
||||
|
||||
if "rama" in request.host or "pcmemes.net" in request.host:
|
||||
if v.id == RED_ID: body = "fuck off red"
|
||||
if v.id == CARP_ID:
|
||||
if random.random() < 0.02: body = "i love you carp"
|
||||
else: body = ""
|
||||
else: body = ""
|
||||
elif v.id == LAWLZ_ID:
|
||||
if random.random() < 0.5: body = "wow, this lawlzpost sucks!"
|
||||
else: body = "wow, a good lawlzpost for once!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue