forked from MarseyWorld/MarseyWorld
Add Carp's quote to Snappy on CC posts (#443)
parent
dc5481128d
commit
babe97e6d8
|
@ -48,6 +48,8 @@ def execute_snappy(post, v):
|
||||||
else: body = "wow, a good lawlzpost for once!"
|
else: body = "wow, a good lawlzpost for once!"
|
||||||
elif not SNAPPY_MARSEYS and not SNAPPY_QUOTES:
|
elif not SNAPPY_MARSEYS and not SNAPPY_QUOTES:
|
||||||
body = ""
|
body = ""
|
||||||
|
elif post.club and random.random() < 0.33:
|
||||||
|
body = "Can you people come up with any ideas that don't involve committing federal crimes"
|
||||||
else:
|
else:
|
||||||
if SNAPPY_MARSEYS and SNAPPY_QUOTES:
|
if SNAPPY_MARSEYS and SNAPPY_QUOTES:
|
||||||
if random.random() < 0.5: SNAPPY_CHOICES = SNAPPY_MARSEYS
|
if random.random() < 0.5: SNAPPY_CHOICES = SNAPPY_MARSEYS
|
||||||
|
|
Loading…
Reference in New Issue