Aevann 2023-07-22 20:44:21 +03:00
parent c83e214320
commit 425834301e
1 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,11 @@ def execute_snappy(post:Post, v:User):
ping_cost = None
if v.id == CARP_ID:
post_ping_group_count = len(list(group_mention_regex.finditer(post.body)))
if post_ping_group_count > 3:
body = "Unnecessary and uncalled for ping :marseydownvotemad: two more strikes and you're getting blocked + megadownvoted buddy, don't test your luck"
elif v.id == CARP_ID:
if random.random() < 0.02:
body = "i love you carp"
elif random.random() < 0.02: