diff options
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 |