From 3066a485945d162b9b5ff942c85ef8d0cf1d67e6 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Fri, 16 Jun 2023 16:53:28 -0700 Subject: [PATCH] Add InactivityAlert, clear out NodeActionMultiChat The InactivityAlert string is sent as a warning before disconnect when a visible alert (AreYouThere) shouldn't be sent. Defaults to 3 beeps. Remove the content of the NodeActionMultiChat (over-rides the hard-coded default node status) - weird that this was the only node status that reported the user's security level in the default configuration. This has been this way since sbbs v2.30, at least. I think it was to be sure that others could see the age/gender of those they were chatting with. But we have other methods of reporting that in node status now, so we don't need to use this override string to accomplish that. --- ctrl/text.dat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index d4acd78e31..d0333ad174 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -866,8 +866,7 @@ "" 709 NodeActionListFiles "" 710 NodeActionLoggingOn "" 711 NodeActionLocalChat -"\1h%s\1n\1g \1(%u\1) %u %c in multinode chat"\ 712 NodeActionMultiChat - "%.0s%.0s%.0s channel %u" +"" 712 NodeActionMultiChat "" 713 NodeActionGuruChat "" 714 NodeActionChatSec "" 715 NodeActionSysopAct @@ -1046,4 +1045,5 @@ "\1h%s \1n\1m%s\1n\r\n" "\1_\1w\1hCalculating file's hash values @ELLIPSIS@\1n" 861 HashingFile "\1[\1>" 862 HashedFile -"New User Validation" 863 NewUserValEmailSubj \ No newline at end of file +"New User Validation" 863 NewUserValEmailSubj +"\7\7\7" 864 InactivityAlert -- GitLab