This commit is contained in:
neersighted 2012-02-28 10:38:23 +08:00 committed by lukeroge
parent 2364cb7bac
commit 2ef2bb3327

View file

@ -21,7 +21,7 @@ def get_info(host, port):
@hook.command
def mcping(inp):
".mcping server[:port] - Ping a Minecraft server to check status.."
".mcping server[:port] - Ping a Minecraft server to check status."
inp = inp.strip().split(" ")[0]
if ":" in inp: