.BANCHO. Add accuracy, beatmap link and rank to !last

This commit is contained in:
russelg
2016-06-07 01:10:32 +08:00
committed by Nyo
parent e11ae27b36
commit f9d6e79447
4 changed files with 84 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ class handler(requestHelper.asyncRequestHandler):
responseData = serverPackets.loginError()
responseData += serverPackets.notification("Whoops! Something went wrong, please login again.")
log.warning("Received packet from unknown token ({}).".format(requestTokenString))
log.info("{} have been disconnected (invalid token)".format(requestTokenString))
log.info("{} has been disconnected (invalid token)".format(requestTokenString))
finally:
# Unlock token
if userToken != None: