diff options
Diffstat (limited to 'commands.tmp')
-rw-r--r-- | commands.tmp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/commands.tmp b/commands.tmp index 9e41147..10fa2c5 100644 --- a/commands.tmp +++ b/commands.tmp @@ -1,5 +1,7 @@ -# commands are key:value pairs -# key is the sentence to listen for -# value is the command to run when the key is spoken +# commands are pars of the form: +# KEY: VALUE +# KEY is the sentence to listen for +# VALUE is the command to run when the key is spoken -hello world:echo "hello world" +hello world: echo "hello world" +start a %d minute timer: (echo {0} minute timer started && sleep {0}m && echo {0} minute timer ended) & |