From c0829a1e312db96b6c6c0a636bae47c459e44f0d Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Fri, 25 Apr 2025 01:05:15 -0700
Subject: [PATCH] Enable long-line truncation and use DATETIMEZONE @-code

These are cosmetic improvements I've been using on Vertrauen for many years
but failed to copy to the stock answer.msg file.
---
 text/answer.msg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/text/answer.msg b/text/answer.msg
index 01bd7f5a4b..6588182a54 100644
--- a/text/answer.msg
+++ b/text/answer.msg
@@ -1,11 +1,11 @@
-@WORDWRAP@@MENU:../banner*@
+@WORDWRAP@@MENU:../banner*@@TRUNCATE@
 nhCLIENT ncCONN: h@CONN@
 nh       ncADDR: h@HOST@ [@IP@]
 nh       ncTERM: h@COLS@x@ROWS@ @CHARSET@ / @TERM@
 nhSERVER ncNAME: hy@BBS@
 nh       ncADDR: h@HOSTNAME@
 nh       ncNODE: h@NODE@ nc(of h@TNODE@nc) - h@OS_VER@ @OS_CPU@
-nh       ncTIME: h@DATETIME-L############@ @TIMEZONE@
+nh       ncTIME: h@DATETIMEZONE@
 nh       ncADMN: h@SYSOP@
 
 bIf you are a new user to the system, type c"New"b now.
-- 
GitLab