function sleep added
This commit is contained in:
		| @@ -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