diff config.urllog.example @ 315:7a987b22a817

urllog: Add new configuration option urllog_msg_channels.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 17:39:54 +0200
parents 45ada1ddc63b
children 1c9a40b47cd5
line wrap: on
line diff
--- a/config.urllog.example	Fri Feb 27 17:38:27 2015 +0200
+++ b/config.urllog.example	Fri Feb 27 17:39:54 2015 +0200
@@ -13,6 +13,10 @@
 # You can use * to match substrings or everything
 set urllog_log_channels "#tnsp;#fireball;#mazmlame"
 
+# Channels where URLLog announces URL titles and so on
+# By default we set this to same as urllog_log_channels
+set urllog_msg_channels $urllog_log_channels
+
 
 # Filename of the SQLite URL database file
 set urllog_db_file "urllog.sqlite"