mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
21 lines
336 B
Python
21 lines
336 B
Python
from chatHandle import handlechat
|
|
|
|
def filter_chat_message(msg, client_id):
|
|
|
|
return handlechat.filter_chat_message(msg, client_id)
|
|
|
|
|
|
def on_app_launch():
|
|
from tools import whitelist
|
|
whitelist.Whitelist()
|
|
|
|
#something
|
|
|
|
def score_screen_on_begin(_stats):
|
|
pass
|
|
#stats
|
|
|
|
def playerspaz_init(player):
|
|
pass
|
|
#add tag,rank,effect
|
|
|