Skip to content
Snippets Groups Projects
Commit 3066a485 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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.
parent 4f504677
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment