function sleep added
This commit is contained in:
parent
a7ddab01e5
commit
afd79c2500
@ -461,3 +461,7 @@ function match_pattern(pattern, text)
|
||||
end
|
||||
-- nil
|
||||
end
|
||||
|
||||
function sleep(n)
|
||||
os.execute("sleep " .. tonumber(n))
|
||||
end
|
Reference in New Issue
Block a user