diff options
Diffstat (limited to 'commands.tmp')
-rw-r--r-- | commands.tmp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands.tmp b/commands.tmp index 3835915..9e41147 100644 --- a/commands.tmp +++ b/commands.tmp @@ -1,6 +1,5 @@ # commands are key:value pairs # key is the sentence to listen for -# key must be in ALL CAPS # value is the command to run when the key is spoken -HELLO WORLD:echo "hello world" +hello world:echo "hello world" |