From a1cdec9a554db8d86f725b898589a01e82c8d886 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 16 May 2016 22:32:47 +0200 Subject: move bot-read-access-scanning to config variable --- config_defaults.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config_defaults.rb') diff --git a/config_defaults.rb b/config_defaults.rb index 5e3e0ec..75e1412 100644 --- a/config_defaults.rb +++ b/config_defaults.rb @@ -61,6 +61,7 @@ $conf.default_css = "default.css" $conf.dudle_src = "https://github.com/kellerben/dudle/" +$conf.bots = /bot/i if File.exists?("config.rb") || File.exists?("../config.rb") require_relative "config" -- cgit v1.2.3