diff options
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/'] } ] |