@@ 319,7 319,7 @@ menu .menu.server.rm -tearoff 0
.menu.nt add command -label "about ntalk" -command {
tk_messageBox -title "about ntalk" \
-message "ntalk\nby aleteoryx" \
- -detail "last updated 2025-10-20" \
+ -detail "last updated 2025-10-21" \
-icon "info"
}
.menu.nt add separator
@@ 721,7 721,7 @@ set fp [open $scriptpath w]
puts $fp [string trim $cscript]
close $fp
-fconfigure $sok -translation lf -blocking false
+fconfigure $sok -translation lf -blocking false -encoding iso8859-1
fileevent $sok readable [list incoming $sok]
set user [string trim $user]
.foot.name configure -text "${user}:"