From 36876a5d608ccfc3d594fa6906f04b4feca08142 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 8 Mar 2019 10:05:12 +0100 Subject: irc: Add config option need_voice Do not hardcode required priviledge to use bot, make it configureable. --- contrib/chromebot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') 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 } -- cgit v1.2.3