From 5ca5026a1cea837937dffaa4f51288261862c846 Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Thu, 4 Feb 2021 04:27:04 +0100 Subject: Various improvements. * Also catch "!op" call. * Improve op alert output. * Define URLs specific to bot instance via configuration. --- config-default/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config-default') diff --git a/config-default/settings.json b/config-default/settings.json index c976383..d396d3d 100644 --- a/config-default/settings.json +++ b/config-default/settings.json @@ -29,12 +29,16 @@ "ssl" : "1", "username" : "MetaBot", "web" : { + "userfile" : "/var/www/.htpasswd", "groupfile" : "/var/www/.htgroup", "shortener" : { "apikey" : "yoursecretkey", "domain" : "yourls.org", "secure" : "0" }, - "userfile" : "/var/www/.htpasswd" + "detectdir" : "https://antispammeta.net/detectlogs/", + "htmlbase" : "https://antispammeta.net/", + "cgibase" : "https://antispammeta.net/cgi-bin/", + "cgisbase" : "https://antispammeta.net/cgi-bin/secret/" } } -- cgit v1.2.3