forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-09-10 11:40:57 +02:00
parent 332ab2cbdf
commit ee630e55c9
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def chatjs():
@limiter.limit("3/second;10/minute", key_func=lambda:f'{SITE}-{session.get("lo_user")}')
@auth_required
def speak(data, v):
print('testing chat restart', flush=True)
if v.is_banned: return '', 403
vname = v.username.lower()