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!"
|
||||
elif not SNAPPY_MARSEYS and not SNAPPY_QUOTES:
|
||||
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:
|
||||
if SNAPPY_MARSEYS and SNAPPY_QUOTES:
|
||||
if random.random() < 0.5: SNAPPY_CHOICES = SNAPPY_MARSEYS
|
||||
|
|
Loading…
Reference in New Issue