more little things
This commit is contained in:
parent
b4d7e200a3
commit
4447e6cd1f
9 changed files with 25 additions and 22 deletions
|
@ -13,6 +13,7 @@ def ping(inp, reply=None):
|
|||
|
||||
if os.name == "nt":
|
||||
return "Sorry, this command is not supported on Windows systems."
|
||||
# TODO: Rewrite this entire command to work on Windows, somehow
|
||||
|
||||
args = inp.split(' ')
|
||||
host = args[0]
|
||||
|
|
Reference in a new issue