From 0d677e3ce0ac71ef3f50f4b1bad241f558d6acb4 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sun, 17 May 2026 11:02:53 +0100 Subject: [utils] renamed table extractor --- src/utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 = {} -- cgit v1.3