tiny tweak

This commit is contained in:
Luke Rogers 2014-02-28 15:32:24 +13:00
parent a7a6f8c01e
commit 1be204236a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def mcuser(inp):
if paid:
return u"The account \x02{}\x02 exists and \x02is a paid\x02 minecraft account.".format(user)
else:
return u"The account \x02{}\x02 exists, but \x02is not a paid\x02 minecraft account.".format(user)
return u"The account \x02{}\x02 exists, but \x02is not\x02 a paid minecraft account.".format(user)
elif name_status == "free":
return u"The account \x02{}\x02 does not exist.".format(user)
elif name_status == "invalid":