This commit is contained in:
Luke Rogers 2012-05-15 10:18:03 +12:00
parent b22f20d8ac
commit 28301e62e1

View file

@ -56,7 +56,7 @@ def mclogin(inp, say=None):
return "I logged in with %s" % username
else:
return "I couldn't log in using %s, either the password is wrong or " \
"Minecraft login servers are down!"
"Minecraft login servers are down!" % username
@hook.command