diff config.urllog.example @ 267:da239a953e24

urllog: Change some setting names, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Jan 2015 10:25:30 +0200
parents d2f65cd528c6
children d62280f2a9c7
line wrap: on
line diff
--- a/config.urllog.example	Fri Jan 23 10:17:32 2015 +0200
+++ b/config.urllog.example	Fri Jan 23 10:25:30 2015 +0200
@@ -43,12 +43,13 @@
 
 # 1 = Enable logging of various script actions into bot's log
 # 0 = Don't.
-set urllog_logmsg 1
+set urllog_log_enable 1
 
 
 # 1 = Check URLs for validity and existence before adding.
-# 0 = No checks. Add _anything_ that looks like an URL to the database.
-set urllog_check 1
+# 0 = No checks. Add almost _anything_ that looks like an URL to the database.
+# (You probably want this enabled.)
+set urllog_extra_checks 1
 
 
 ###