saving IP and device id in user profile , request-flood mitigation

This commit is contained in:
Ayush Saini 2022-06-17 01:58:59 +05:30
parent dedee3c5b7
commit 03034e4aa0
3 changed files with 261 additions and 275 deletions

View file

@ -213,5 +213,5 @@ def on_kick_vote_end():
logger.log("Kick vote End")
_hooks.kick_vote_started = kick_vote_started
_hooks.on_kicked = on_kicked
def on_join_request(ip):
servercheck.on_join_request(ip)