diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-17 11:02:53 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-17 11:02:53 +0100 |
| commit | 0d677e3ce0ac71ef3f50f4b1bad241f558d6acb4 (patch) | |
| tree | eae6b934c317113d77ec728e1a7f50c024f89685 | |
| parent | 5cf3d28a9b064f06fa432c583201b00a076d3be7 (diff) | |
[utils] renamed table extractor
| -rw-r--r-- | src/utils.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.lua b/src/utils.lua index 5bcbc8c..83e1d46 100644 --- a/src/utils.lua +++ b/src/utils.lua @@ -16,8 +16,8 @@ function string.fromhex(str) end)) end --- get information from the pawsd response -function extractfromresponse(response, start, last) +-- table[start, end] -> hex +function table.extracthex(response, start, last) local result = {} |
