summaryrefslogtreecommitdiff
path: root/crystal
diff options
context:
space:
mode:
Diffstat (limited to 'crystal')
-rw-r--r--crystal/config-client.yaml.txt31
1 files changed, 31 insertions, 0 deletions
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/'] } ]
+