From 1dfbc1f3ba86cddf697cfe72935ec3c0c722622b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 25 Oct 2018 21:45:24 +0000 Subject: [PATCH] Renamed answer.asc -> answer.msg Removed the hokey animation (not well supported in all terminals). Using new @-codes WORDWRAP, CONDMENU, COLS, ROWS, and TERM. If the display/menu file text/banner.* exists, it'll display that as well (before the text) - using the new CONDMENU @-code. --- text/answer.asc | 11 ----------- text/answer.msg | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 text/answer.asc create mode 100644 text/answer.msg diff --git a/text/answer.asc b/text/answer.asc deleted file mode 100644 index 77ff06861e..0000000000 --- a/text/answer.asc +++ /dev/null @@ -1,11 +0,0 @@ -nhCLIENT >>>>,<<<<ncCONN: h@CONN@ -nh >>>>,<<<<ncADDR: h@HOST@ [@IP@] -nhSERVER >>>>,<<<<ncNAME: hy@BBS@ -nh >>>>,<<<<ncADDR: h@HOSTNAME@ -nh >>>>,<<<<ncNODE: h@NODE@ nc(of h@TNODE@nc) -nh >>>>,<<<<ncTIME: h@DATETIME@ @TIMEZONE@ -nh >>>>,<<<<ncADMN: h@SYSOP@ - -bIf you are a new user to the system, type c"New"b now. -Otherwise, enter your user name or number now. -yh \ No newline at end of file diff --git a/text/answer.msg b/text/answer.msg new file mode 100644 index 0000000000..7552888d58 --- /dev/null +++ b/text/answer.msg @@ -0,0 +1,13 @@ +@WORDWRAP@ +@CONDMENU:../banner@ +nhCLIENT ncCONN: h@CONN@ +nh ncADDR: h@HOST@ [@IP@] +nh ncTERM: h@COLS@x@ROWS@ @TERM@ +nhSERVER ncNAME: hy@BBS@ +nh ncADDR: h@HOSTNAME@ +nh ncNODE: h@NODE@ nc(of h@TNODE@nc) - h@OS_VER@ +nh ncTIME: h@DATETIME-L############@ @TIMEZONE@ +nh ncADMN: h@SYSOP@ + +bIf you are a new user to the system, type c"New"b now. +Otherwise, enter your user name or number now. -- GitLab