comparison config.feeds.example @ 605:1d39db72e190

feeds: Rename SQLite3 database filename configuration variable.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 08 Feb 2021 12:37:33 +0200
parents 4cd72a178cbf
children bb6aea76cdb4
comparison
equal deleted inserted replaced
604:543f1d72361e 605:1d39db72e190
3 # Feeds script and fetcher script configuration 3 # Feeds script and fetcher script configuration
4 # 4 #
5 ########################################################################## 5 ##########################################################################
6 6
7 # SQLite3 database 7 # SQLite3 database
8 set feeds_dbfile "/home/niinuska/bot/feeds.sqlite" 8 set feeds_db_file "/home/niinuska/bot/feeds.sqlite"
9 9
10 10
11 proc feeds_cmd_pub_last {unick uhost uhand uchan utext} { 11 proc feeds_cmd_pub_last {unick uhost uhand uchan utext} {
12 return [feeds_cmd $unick $uhost $uhand $uchan "last $utext" 1] 12 return [feeds_cmd $unick $uhost $uhand $uchan "last $utext" 1]
13 } 13 }