summaryrefslogtreecommitdiff
path: root/contrib/chromebot.json
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-03-08 10:05:12 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-03-08 10:05:12 +0100
commit36876a5d608ccfc3d594fa6906f04b4feca08142 (patch)
treedc9341e337e02d5b1745137d20cb0a317a38f1d8 /contrib/chromebot.json
parent719a1c7b0dc885ca02aca702ba2bb49ef3878066 (diff)
downloadcrocoite-36876a5d608ccfc3d594fa6906f04b4feca08142.tar.gz
crocoite-36876a5d608ccfc3d594fa6906f04b4feca08142.tar.bz2
crocoite-36876a5d608ccfc3d594fa6906f04b4feca08142.zip
irc: Add config option need_voice
Do not hardcode required priviledge to use bot, make it configureable.
Diffstat (limited to 'contrib/chromebot.json')
-rw-r--r--contrib/chromebot.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/chromebot.json b/contrib/chromebot.json
index 9ebd099..214b770 100644
--- a/contrib/chromebot.json
+++ b/contrib/chromebot.json
@@ -11,5 +11,6 @@
"process_limit": 1
"blacklist": {
"^https?://(.+\\.)?local(host)?/": "Not acceptable"
- }
+ },
+ "need_voice": false
}