summaryrefslogtreecommitdiff
path: root/luamods/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luamods/hello.lua')
-rw-r--r--luamods/hello.lua1
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)