From 82e1c8ecf074fe14de48ba6170ab948706a17eb7 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 13 Feb 2024 10:23:37 -0800 Subject: crystal/tcpsocket: add run_shell entry to example config --- crystal/config-client.yaml.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'crystal/config-client.yaml.txt') 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/'] } ] -- cgit v1.2.3