fantastic

remotes/1693045480750635534/spooky-22
Aevann1 2022-03-05 21:28:01 +02:00
parent f1789d3bbe
commit c86ebe6f47
2 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ def remove_mod(v, sub):
def create_sub(v):
if SITE_NAME == 'Drama' and v.id not in (AEVANN_ID, CARP_ID): abort(403)
if v.id == MENTION_ID: cost = 0
if request.host == 'rdrama.net': cost = 0
else:
num = v.subs_created + 1
for a in v.alts:
@ -277,7 +277,7 @@ def create_sub2(v):
if not name: abort(400)
name = name.strip().lower()
if v.id == MENTION_ID: cost = 0
if request.host == 'rdrama.net': cost = 0
else:
num = v.subs_created + 1
for a in v.alts:

View File

@ -94,4 +94,4 @@
</div>
</div>
<script src="/static/assets/js/emoji_modal.js?v=257"></script>
<script src="/static/assets/js/emoji_modal.js?v=258"></script>