diff options
Diffstat (limited to 'apps/plugins/helloworld.lua')
-rw-r--r-- | apps/plugins/helloworld.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/helloworld.lua b/apps/plugins/helloworld.lua index c0e75540c7..ed8726c022 100644 --- a/apps/plugins/helloworld.lua +++ b/apps/plugins/helloworld.lua | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | ]]-- | 22 | ]]-- |
23 | 23 | ||
24 | dofile("actions.lua") -- Contains rb.actions & rb.contexts | 24 | require("actions") -- Contains rb.actions & rb.contexts |
25 | 25 | ||
26 | -- Example function which splashes a message for x seconds | 26 | -- Example function which splashes a message for x seconds |
27 | function sayhello(seconds) | 27 | function sayhello(seconds) |