summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-23 13:10:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-23 13:10:02 -0300
commit03d7e87f1a1d9ed23dfda3a9daeae8562ee83bea (patch)
treee736d96c459274073afee6ec5f5bdd086d028ee0 /server.py
parent9e5199c7ae1e2fe352ddfa8900a28a1b45d94fec (diff)
downloadserver-03d7e87f1a1d9ed23dfda3a9daeae8562ee83bea.tar.gz
server-03d7e87f1a1d9ed23dfda3a9daeae8562ee83bea.tar.bz2
server-03d7e87f1a1d9ed23dfda3a9daeae8562ee83bea.tar.xz
server-03d7e87f1a1d9ed23dfda3a9daeae8562ee83bea.zip
Explain in README the difference between K-Line and the other lines.
TL;DR The G and Z lines were meant to be auto-deployed, while K line is local.
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index d65296b..f31e512 100755
--- a/server.py
+++ b/server.py
@@ -164,7 +164,7 @@ try:
sendmsg("NOTICE:" + com)
elif cmd in ["ban", "nuke"]:
security.ban_ip(com)
- elif cmd in ["permaban", "block"]:
+ elif cmd in ["permaban", "block", "kline"]:
security.ban_ip(com)
f=open("K-Line.txt", "a")
f.write(com+"\n")