# HG changeset patch # User Matti Hamalainen # Date 1652444564 -10800 # Node ID 2c3df4981df5284b01f4d15658ab70a9e35f5a94 # Parent 46fc0bc95195f13373a099ccb347b6f7454896eb urllog: Use user's stored handle (if available) when recording URLs. diff -r 46fc0bc95195 -r 2c3df4981df5 urllog.tcl --- a/urllog.tcl Fri May 13 15:21:14 2022 +0300 +++ b/urllog.tcl Fri May 13 15:22:44 2022 +0300 @@ -505,6 +505,11 @@ return 0 } + ### Use handle if available + if {$uhand != "" && $uhand != "*"} { + set unick $uhand + } + ### Check the channel if {[utl_match_delim_list $urllog_log_channels $uchan]} { ### Do the URL checking