6 lines
121 B
Lua
6 lines
121 B
Lua
|
function read_query(packet)
|
||
|
-- if string.byte(packet) == proxy.COM_QUERY then
|
||
|
-- print(string.sub(packet, 2))
|
||
|
-- end
|
||
|
end
|