SSM expanding

This commit is contained in:
Cloud Wu
2019-04-02 14:46:00 +08:00
committed by 云风
parent 2011596de0
commit 5bf635c75c
3 changed files with 232 additions and 80 deletions

View File

@@ -336,8 +336,8 @@ function COMMAND.cmem()
end
function COMMAND.shrtbl()
local n, total, longest, space = memory.ssinfo()
return { n = n, total = total, longest = longest, space = space }
local n, total, longest, space, slots = memory.ssinfo()
return { n = n, total = total, longest = longest, space = space, slots = slots }
end
function COMMAND.ping(address)