tii

Tcl-based suite for working with ii/idec protocol
git clone git://git.luxferre.top/tii.git
Log | Files | Refs | README

commit 5c1b6570df8d339553b025fedbb686a66bc485e2
parent 526d96574c9189d9b6b85253ad8ebe6eb05cd9ad
Author: Luxferre <lux@ferre>
Date:   Wed, 23 Oct 2024 18:10:33 +0300

final fetch fix

Diffstat:
Mtiifetch.tcl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tiifetch.tcl b/tiifetch.tcl @@ -236,6 +236,7 @@ proc fetchiidb {url echos dbdir dolog} { # pass the echo list and fetch the message IDs # now, process the map we've built dict for {echoname msgids} $echomap { + if {![string match *.* $echoname]} {continue} # get the existing message IDs in the echo set echofile [file join $echodir $echoname] set oldmsgids ""