summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-23 10:52:52 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-23 10:52:52 -0300
commitb5ec38d26fea8ff217174099fe1c7b976a4cbaa1 (patch)
treeefa723dddaf0e11886bb1c82d2285f9861e5d965 /server.py
parent2026b7b1a37d8cc3b05bbe364a511ea678385e87 (diff)
downloadserver-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.gz
server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.bz2
server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.tar.xz
server-b5ec38d26fea8ff217174099fe1c7b976a4cbaa1.zip
Update notes
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