From ca880cef641517ee62e0d821116de357f0a991d5 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 24 Oct 2024 15:07:50 +0300 Subject: [PATCH] improved autoquoting --- tiix.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiix.tcl b/tiix.tcl index 2f4d5e2..44defd7 100755 --- a/tiix.tcl +++ b/tiix.tcl @@ -416,7 +416,7 @@ proc updatefromreps {} { } } if {![string match "$shortnick>*" [$textw get 1.0 1.end]]} { - $textw insert 1.0 "[string trimright [join [lmap s $msg(body) {string cat $shortnick {> } $s}] \n]]\n" + $textw insert 1.0 "[string trimright [join [lmap s $msg(body) {string cat $shortnick {> } [string trimright $s]}] \n]]\n" } } msgdb close