improved autoquoting
This commit is contained in:
@@ -416,7 +416,7 @@ proc updatefromreps {} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if {![string match "$shortnick>*" [$textw get 1.0 1.end]]} {
|
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
|
msgdb close
|
||||||
|
|||||||
Reference in New Issue
Block a user