Actions
Feature #2871
closedlua: Exposing byte extract to script
Effort:
low
Difficulty:
low
Label:
Description
It would be nice to pass the value from byte extract into a Lua script.
Actions
Added by Clark Kent over 6 years ago. Updated about 3 years ago.
Description
It would be nice to pass the value from byte extract into a Lua script.
I think this could work by registering the name of the value during the scripts init, getting a numeric id and the pass that numeric id to a to be introduced function that can be called in the match function.
Great that you're picking this up Benjamin!