comparison urllog.tcl @ 591:b11484cb3623

urllog: Update instructions a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jan 2021 13:22:46 +0200
parents 2294b73df2cf
children ac72a228089b
comparison
equal deleted inserted replaced
590:2294b73df2cf 591:b11484cb3623
5 # 5 #
6 # This script is freely distributable under GNU GPL (version 2) license. 6 # This script is freely distributable under GNU GPL (version 2) license.
7 # 7 #
8 ########################################################################## 8 ##########################################################################
9 # 9 #
10 # NOTICE! NOTICE! This script REQUIRES tcl-tls 1.7.13+ if you wish to 10 # URL-logger script for EggDrop IRC robot, utilizing TCL SQLite3 database
11 # support SSL/TLS https for URL checking. And you probably do. 11 # interface. Requirements for this script are as follows:
12 # 12 #
13 # URL-logger script for EggDrop IRC robot, utilizing SQLite3 database 13 # - utillib.tcl (available from same repository as this script)
14 # This script requires SQLite TCL extension. Under Debian, you need: 14 # - tcl-tls 1.7.13+ for SSL/TLS support
15 # tcl8.5 (or later) libsqlite3-tcl eggdrop eggdrop-data 15 # - TCL 8.6 or later
16 # - Eggdrop 1.6.20 or later
17 # - SQLite3 and TCL bindings for it.
18 #
19 # On Debian: tcl8.6 tcl-tls libsqlite3-tcl eggdrop eggdrop-data
16 # 20 #
17 # If you are doing a fresh install, you will need to create the initial 21 # If you are doing a fresh install, you will need to create the initial
18 # database with the required table schemas. You can do that by running 22 # database with the required table schemas. You can do that by running
19 # "create_urllog_db.tcl". You also need to set up the configuration in 23 # "create_urllog_db.tcl". You also need to set up the configuration in
20 # "config.urllog" file. 24 # "config.urllog" file.