From 8b1f46cb836735e6de0cd4f04db29f0a0d9829a7 Mon Sep 17 00:00:00 2001 From: Daniel Mudd Date: Fri, 3 Feb 2012 00:44:51 +0800 Subject: [PATCH] Damn typos. --- plugins/mcping.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/mcping.py b/plugins/mcping.py index d7eb74d..257ded7 100644 --- a/plugins/mcping.py +++ b/plugins/mcping.py @@ -1,4 +1,3 @@ - import socket import struct @@ -18,7 +17,7 @@ def get_info(host, port): sock.close() return "%s - %d/%d players" % (values[0], int(values[1]), int(values[2])) except: - return "Error pinging "+host+":"+str(port)+", is it up? double-check your address!" + return "Error pinging "+host+":"+str(port)+", is it up? Double-check your address!" @hook.command def mcping(inp):