This commit is contained in:
parent
784f065478
commit
c4333ed827
@ -54,8 +54,8 @@ class Server:
|
||||
if secondParam != "" or firstParam != "":
|
||||
self.networkInstance.sendMessage("ERROR".encode('UTF-8'))
|
||||
else:
|
||||
self.logout()
|
||||
self.networkInstance.sendMessage("OK".encode('UTF-8'))
|
||||
self.logout()
|
||||
elif command == "MKD":
|
||||
if secondParam != "":
|
||||
self.networkInstance.sendMessage("ERROR".encode('UTF-8'))
|
||||
|
Loading…
Reference in New Issue
Block a user