diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-03-08 10:05:12 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-03-08 10:05:12 +0100 |
commit | 36876a5d608ccfc3d594fa6906f04b4feca08142 (patch) | |
tree | dc9341e337e02d5b1745137d20cb0a317a38f1d8 /contrib | |
parent | 719a1c7b0dc885ca02aca702ba2bb49ef3878066 (diff) | |
download | crocoite-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')
-rw-r--r-- | contrib/chromebot.json | 3 |
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 } |