From da157eb4eaa4713fc9ff7b2107e832d181097fd3 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 27 Apr 2020 21:00:32 +0000 Subject: [PATCH] The "all nodes in use" message specifically said "telnet nodes". Change to "terminal nodes". --- src/sbbs3/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp index 0f341663c6..0fdf7709ca 100644 --- a/src/sbbs3/main.cpp +++ b/src/sbbs3/main.cpp @@ -5685,7 +5685,7 @@ NO_SSH: if(fexist(str)) sbbs->printfile(str,P_NOABORT); else { - sbbs->putcom("\r\nSorry, all telnet nodes are in use or otherwise unavailable.\r\n"); + sbbs->putcom("\r\nSorry, all terminal nodes are in use or otherwise unavailable.\r\n"); sbbs->putcom("Please try again later.\r\n"); } mswait(3000); -- GitLab