Add a dummy plugin to disable interpretation

This commit is contained in:
Přemysl Eric Janouch 2017-01-26 22:26:14 +01:00
parent b3bb187233
commit ebf21a5e1c
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 0 deletions

1
plugins/none.lua Normal file
View File

@ -0,0 +1 @@
hex.register { type="none", detect=nil, decode=function () end }