# HG changeset patch # User Matti Hamalainen # Date 1594120836 -10800 # Node ID 461be6f596bdbebd1d115b4aaf2a138efbc33ba9 # Parent eb9921ae5c7a108f90c5c2944a1957326741716a Add comments. diff -r eb9921ae5c7a -r 461be6f596bd config.feeds.example --- 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"