Massive code dump :o
This commit is contained in:
parent
185c1d5ae3
commit
9bc8901972
60 changed files with 5781 additions and 125 deletions
|
@ -18,7 +18,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):
|
||||
|
|
Reference in a new issue