wrapped a long line

This commit is contained in:
Luke Rogers 2013-09-05 09:59:50 +12:00
parent 059024cb61
commit 0f488665aa

View file

@ -30,7 +30,9 @@ def mcstatus(inp):
out += " "
if no:
out += "\x034\x02Offline\x02\x0f: " + ", ".join(no)
return "\x0f" + out.replace(".mojang.com", ".mj").replace(".minecraft.net", ".mc")
return "\x0f" + out.replace(".mojang.com", ".mj") \
.replace(".minecraft.net", ".mc")
@hook.command("haspaid")