diff options
Diffstat (limited to 'luamods/hello.lua')
| -rw-r--r-- | luamods/hello.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luamods/hello.lua b/luamods/hello.lua index 5facbf5..b359f4c 100644 --- a/luamods/hello.lua +++ b/luamods/hello.lua @@ -2,6 +2,7 @@ return { name = "hello", delay_sec = 5, options = {}, + aliases = {}, subcommands = {}, minimal_rights = "user", handle = function(request) |
