diff config.quotedb.example @ 346:329ceff76d0c

qdb: Add support for enabled channels.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Oct 2015 10:44:15 +0300
parents 5b997bee1745
children ac66900fd066
line wrap: on
line diff
--- a/config.quotedb.example	Tue Oct 20 10:43:43 2015 +0300
+++ b/config.quotedb.example	Tue Oct 20 10:44:15 2015 +0300
@@ -4,6 +4,12 @@
 #
 ##########################################################################
 
+# Channels where quote functionality is enabled
+# set qdb_channels "#foobar;#baz"
+# You can use * to match substrings or everything
+set qdb_channels "*"
+
+
 ###
 ### SQL database settings
 ###