diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-02-13 10:23:37 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-02-13 10:23:37 -0800 |
commit | 82e1c8ecf074fe14de48ba6170ab948706a17eb7 (patch) | |
tree | 97c7407bfc37cbf7e9953001d5cc4477655cbbd5 /crystal/config-client.yaml.txt | |
parent | 7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc (diff) | |
download | twitchtools-82e1c8ecf074fe14de48ba6170ab948706a17eb7.tar.gz twitchtools-82e1c8ecf074fe14de48ba6170ab948706a17eb7.zip |
crystal/tcpsocket: add run_shell entry to example config
Diffstat (limited to 'crystal/config-client.yaml.txt')
-rw-r--r-- | crystal/config-client.yaml.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crystal/config-client.yaml.txt b/crystal/config-client.yaml.txt index 9078346..4c641f4 100644 --- a/crystal/config-client.yaml.txt +++ b/crystal/config-client.yaml.txt @@ -24,6 +24,7 @@ commands: '^\s*!dexem': [ { perm: [ any ], func: say, arg: ["| You're doing great work, Dexem!"] } ] '^\s*!(commands|help)$': [ { perm: [ any ], func: say, arg: ['| https://bungmonkey.omgwallhack.org/txt/commands.txt'] } ] '^\s*!(voices|voice(s|)list|listvoice(s|))$': [ { perm: [ any ], func: say, arg: ['| https://bungmonkey.omgwallhack.org/voicelist.txt'] } ] + '^\s*!(bouncing|)cow(s|) ': [ { perm: [ any ], func: run_shell, arg: ["effects-tcpsocket.sh", "bouncingcow"] } ] # FIXME: #emotes: # 301501910: [ { perm: [ any ], func: obs_temporary_media_create, arg: ['C:/cygwin64/home/user/effects/farts/'] } ] |