summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/server.py b/server.py
index 163ef18..1bce7e4 100755
--- a/server.py
+++ b/server.py
@@ -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