Add Carp's quote to Snappy on CC posts (#443)

remotes/1693176582716663532/tmp_refs/heads/watchparty
official-techsupport 2022-11-11 10:45:28 +02:00 committed by GitHub
parent dc5481128d
commit babe97e6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -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