diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-23 10:52:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-23 10:52:52 -0300 |
commit | b5ec38d26fea8ff217174099fe1c7b976a4cbaa1 (patch) | |
tree | efa723dddaf0e11886bb1c82d2285f9861e5d965 /server.py | |
parent | 2026b7b1a37d8cc3b05bbe364a511ea678385e87 (diff) | |
download | server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.gz server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.bz2 server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.xz server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.zip |
Update notes
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -185,8 +185,7 @@ try: print("[RUN] Error.") elif cmd in ["status", "st"]: stdout("Total clients connected: %d" % len(clients)) - # TODO: Disconnect a client, disconnect all unauthed client, - # disconnect & ban all unauthed clients - all these are measures + # TODO: Disconnect a client all these are measures # to manually fight a DoS # Also, "permaban" an IP - open("K-Line.txt", "a") # And grant gems to an user |