From 1be204236a8bd89c18b7f7c4fdb22fa9f88ee512 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 28 Feb 2014 15:32:24 +1300 Subject: [PATCH] tiny tweak --- plugins/minecraft_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/minecraft_user.py b/plugins/minecraft_user.py index 17e972a..ca8512c 100644 --- a/plugins/minecraft_user.py +++ b/plugins/minecraft_user.py @@ -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":