Removed useless code

This commit is contained in:
2021-06-11 18:41:39 +02:00
parent 7a1c1e09f7
commit d4ba9e3f55
3 changed files with 8 additions and 11 deletions
+3 -3
View File
@@ -450,9 +450,9 @@ while running:
elif request["type"] == "register" and "target" in request:
print("Registering lobby: " + str(request["target"]))
irc_start_managing(request["target"], join=True)
elif request["type"] == "shutdown":
running = False
break
# elif request["type"] == "shutdown":
# running = False
# break
for line in lines:
if line.cmd in [ "001" ]: