tii

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

commit ca880cef641517ee62e0d821116de357f0a991d5
parent 0cd8ec0eb46d57d2186a007dde947fc084996497
Author: Luxferre <lux@ferre>
Date:   Thu, 24 Oct 2024 15:07:50 +0300

improved autoquoting

Diffstat:
Mtiix.tcl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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