summaryrefslogtreecommitdiff
path: root/crystal/config-client.yaml.txt
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@fairlystable.org>2024-02-13 10:23:37 -0800
committerJoe Rayhawk <jrayhawk@fairlystable.org>2024-02-13 10:23:37 -0800
commit82e1c8ecf074fe14de48ba6170ab948706a17eb7 (patch)
tree97c7407bfc37cbf7e9953001d5cc4477655cbbd5 /crystal/config-client.yaml.txt
parent7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc (diff)
downloadtwitchtools-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.txt1
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/'] } ]