client IP address , device uuid tracking

This commit is contained in:
Ayush Saini 2022-06-12 14:54:21 +05:30
parent bddef414fc
commit c177627e32
3 changed files with 2 additions and 0 deletions

View file

@ -336,6 +336,8 @@ def filter_chat_message(msg: str, client_id: int) -> Optional[str]:
return chooks.filter_chat_message(msg,client_id)
def on_client_request(ip):
print("player requesting to join from ip = " + ip)
def kick_vote_started(by:str,to:str) -> None:
"""
get account ids of who started kick vote for whom ,

Binary file not shown.

Binary file not shown.