summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-27 17:31:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-27 17:31:40 -0300
commitddbf494719658dbb421401f2bdc2429db0df5a2d (patch)
tree4cb7f80ddad6d8b166f4ebfb221cfd3d02809651 /server.py
parentf0a170e4a61e34ff13475c4ebb4638204db9a993 (diff)
downloadserver-ddbf494719658dbb421401f2bdc2429db0df5a2d.tar.gz
server-ddbf494719658dbb421401f2bdc2429db0df5a2d.tar.bz2
server-ddbf494719658dbb421401f2bdc2429db0df5a2d.tar.xz
server-ddbf494719658dbb421401f2bdc2429db0df5a2d.zip
Disclose about automatic bans, and make score rule read from consts.py
Move the TODO about dropping already established connections from server.py to security.py
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.py b/server.py
index 2711257..f57f02f 100755
--- a/server.py
+++ b/server.py
@@ -197,7 +197,6 @@ try:
# TODO: Disconnect a client (kick/dc)
# kickandban (kb)
# And grant gems to an user
- # Also, kick users when they are banned or klined
elif cmd in ["ddos", "dcall"]:
totaldc=0
for c in clients: