This repository has been archived on 2020-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
sampy_archive/handlers/handshakeHandler.py

3 lines
82 B
Python
Raw Normal View History

2018-09-24 11:37:21 +02:00
def handle(client, data):
print("![{}] -> Handshake".format(client.addr))
return