From ff166fb7da17f65b8b4e65df6b7e2fe0e879b46f Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 7 Feb 2024 07:15:42 -0800 Subject: tcpsocket: Add example client config --- crystal/config-client.yaml.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 crystal/config-client.yaml.txt (limited to 'crystal') diff --git a/crystal/config-client.yaml.txt b/crystal/config-client.yaml.txt new file mode 100644 index 0000000..9078346 --- /dev/null +++ b/crystal/config-client.yaml.txt @@ -0,0 +1,31 @@ +--- +statedir: /home/jrayhawk/.local/state/bungmobott/ +tempdir: /tmp/bungmobott/ +#bungmobott_listen: 0.0.0.0:5555 +bungmobott_connect: twitch.fairlystable.org:5555 +join_channels: + twitch: + - bungmonkey + - dopefish + - yackamov + gamesurge: + - bungmonkey +twitch_user_id: 59895482 # saves a lookup +chat_user: + twitch: bungmonkey + gamesurge: bungmoBott +commands: + '.': [ { perm: [ any ], func: detect_rename }, + { perm: [ any ], func: text_to_speech } ] + 'pl(ease|z).+nerf': [ { perm: [ any ], func: obs_source_enable, arg: ['media-youdied-nerf'] } ] + 'you.+died': [ { perm: [ any ], func: obs_source_enable, arg: ['media-youdied'] } ] + 'did\s+nothing\s+wrong': [ { perm: [ any ], func: obs_source_enable, arg: ['media-youdied-tiggs'] } ] + 'thanks.+obama': [ { perm: [ any ], func: obs_source_enable, arg: ['media-youdied-thanksobama'] } ] + '^\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'] } ] +# FIXME: +#emotes: +# 301501910: [ { perm: [ any ], func: obs_temporary_media_create, arg: ['C:/cygwin64/home/user/effects/farts/'] } ] +# 322820: [ { perm: [ any ], func: obs_temporary_media_create, arg: ['C:/cygwin64/home/user/effects/explosions/'] } ] + -- cgit v1.2.3