improved autoquoting

This commit is contained in:
Luxferre
2024-10-24 15:07:50 +03:00
parent 0cd8ec0eb4
commit ca880cef64
+1 -1
View File
@@ -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