diff options
Diffstat (limited to 'server.py')
-rwxr-xr-x | server.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -183,6 +183,8 @@ try: except: traceback.print_exc() 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 # to manually fight a DoS |