From 5c1b6570df8d339553b025fedbb686a66bc485e2 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 23 Oct 2024 18:10:33 +0300 Subject: [PATCH] final fetch fix --- tiifetch.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tiifetch.tcl b/tiifetch.tcl index fe30ee8..cd254d4 100755 --- 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 ""