changeset 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
files urllog.tcl
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Wed Jan 27 12:01:20 2021 +0200
+++ b/urllog.tcl	Wed Jan 27 13:22:46 2021 +0200
@@ -7,12 +7,16 @@
 #
 ##########################################################################
 #
-# NOTICE! NOTICE! This script REQUIRES tcl-tls 1.7.13+ if you wish to
-# support SSL/TLS https for URL checking. And you probably do.
+# URL-logger script for EggDrop IRC robot, utilizing TCL SQLite3 database
+# interface. Requirements for this script are as follows:
 #
-# URL-logger script for EggDrop IRC robot, utilizing SQLite3 database
-# This script requires SQLite TCL extension. Under Debian, you need:
-# tcl8.5 (or later) libsqlite3-tcl eggdrop eggdrop-data
+# - utillib.tcl (available from same repository as this script)
+# - tcl-tls 1.7.13+ for SSL/TLS support
+# - TCL 8.6 or later
+# - Eggdrop 1.6.20 or later
+# - SQLite3 and TCL bindings for it.
+#
+# On Debian: tcl8.6 tcl-tls libsqlite3-tcl eggdrop eggdrop-data
 #
 # If you are doing a fresh install, you will need to create the initial
 # database with the required table schemas. You can do that by running