commit 0ed7a98f9ac6f38dedf0546fd4e036f6411726d2 parent 2cbef6149157f878bfcbb67843f578c73da30712 Author: phoebos <ben@bvnf.space> Date: Mon, 11 Dec 2023 22:40:48 +0000 tcl: also accept .somewhere to opt in Diffstat:
M | map.tcl | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/map.tcl b/map.tcl @@ -157,7 +157,8 @@ proc parse_who {txt} { } proc filter_opted_in {name ip} { - return [file exists [file join /home $name .here]] + return [expr {[file exists [file join /home $name .here]] || + [file exists [file join /home $name .somewhere]]}] } proc dynamic_map {lls fname} {