~aleteoryx/ntalk

f248da0b91ab87d5a64cbcb3f288ea6d78769603 — Aleteoryx a month ago e5eea4a
enc: latin1
1 files changed, 2 insertions(+), 2 deletions(-)

M ntalk.tcl
M ntalk.tcl => ntalk.tcl +2 -2
@@ 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}:"