# HG changeset patch # User Matti Hamalainen # Date 1611746566 -7200 # Node ID b11484cb3623a4810fce04879bfb35be59ee9054 # Parent 2294b73df2cf289854520ee96cff7dab0cee709a urllog: Update instructions a bit. diff -r 2294b73df2cf -r b11484cb3623 urllog.tcl --- 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