forked from MarseyWorld/MarseyWorld
fsd
parent
fe840dee46
commit
c5ace85f9b
|
@ -1118,7 +1118,7 @@ def submit_post(v, sub=None):
|
|||
if blackjack and any(i in f'{post.body} {post.title} {post.url}'.lower() for i in blackjack.split()):
|
||||
v.shadowbanned = 'AutoJanny'
|
||||
g.db.add(v)
|
||||
send_repeatable_notification(CARP_ID, post.permalink)
|
||||
if CARP_ID: send_repeatable_notification(CARP_ID, post.permalink)
|
||||
|
||||
if v and v.admin_level > 2:
|
||||
for option in bet_options:
|
||||
|
|
Loading…
Reference in New Issue