Add !mp make and !mp join

This commit is contained in:
Giuseppe Guerra
2017-08-02 00:22:57 +02:00
parent 3373bc9581
commit af554c94d5
4 changed files with 20 additions and 9 deletions

View File

@@ -30,8 +30,5 @@ def handle(userToken, packetData):
match.setHost(userID)
match.sendUpdates()
match.changePassword(packetData["matchPassword"])
# Console output
log.info("MPROOM{}: Room created!".format(matchID))
except exceptions.matchCreateError:
log.error("Error while creating match!")