forked from MarseyWorld/MarseyWorld
adjust babe97e6d8
parent
18c7fb365e
commit
3ff9cd448f
|
@ -48,7 +48,7 @@ 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:
|
elif post.sub == 'masterbaiters' and random.random() < 0.33:
|
||||||
body = "Can you people come up with any ideas that don't involve committing federal crimes"
|
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:
|
||||||
|
|
Loading…
Reference in New Issue