changeset 527:461be6f596bd

Add comments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jul 2020 14:20:36 +0300
parents eb9921ae5c7a
children 20a1b0f39f71
files config.feeds.example
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.feeds.example	Tue Jul 07 14:19:59 2020 +0300
+++ b/config.feeds.example	Tue Jul 07 14:20:36 2020 +0300
@@ -8,7 +8,7 @@
 set feeds_dbfile "/home/niinuska/bot/feeds.sqlite"
 
 
-# Callback for fetching the feeds data
+# Proc for fetching the feeds data, called by fetch_feeds.tcl
 proc feeds_fetch { } {
   #fetch_poliisi "http://www.poliisi.fi/oulu/tiedotteet/1/0?all1/0" "Poliisi/Oulu" "http://www.poliisi.fi"
 
@@ -49,6 +49,9 @@
 # 0 = Don't.
 set feeds_logmsg 1
 
+
+# What IRC "command" should we use to send messages:
+# (Valid alternatives are "PRIVMSG" and "NOTICE")
 set feeds_preferredmsg "PRIVMSG"