summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCoupServ.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/CoupServ.py b/CoupServ.py
index 740bf3e..ac5f71d 100755
--- a/CoupServ.py
+++ b/CoupServ.py
@@ -209,6 +209,7 @@ try:
elif command == b"SQUIT":
if args[0] in jupe_list:
send(b":"+config["sid"].encode("UTF-8")+b" SERVER "+jupe_list[args[0]]+b" * 0 "+args[0]+b" :No")
+ del jupe_list[args[0]]
elif command == b"UID":
userlist[args[0]] = {
"server": source,