~aleteoryx/ntalk

8b50c2bf6b1e26306f7b4d1e53cc589323425598 — Aleteoryx 2 months ago b7dd0c2
don't send empty lines
1 files changed, 1 insertions(+), 0 deletions(-)

M ntalk.tcl
M ntalk.tcl => ntalk.tcl +1 -0
@@ 947,6 947,7 @@ bind .foot.input <Return> [concat [bind .foot.input <Return>] ";" {
		{/n64k} {
			.foot.input insert 0 [n64k_date]
		}
		{} {}
		default {
			sendmsg "$user: $line"
		}