From 76b6856b09ad7b8b275f6a94eda89d2ba35aad36 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Fri, 6 Dec 2024 20:34:36 -0800
Subject: [PATCH] Fix typo: bbs.node_action, not bbs.action

---
 exec/automsg.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/automsg.js b/exec/automsg.js
index af6a5057fa..52463ab6e8 100644
--- a/exec/automsg.js
+++ b/exec/automsg.js
@@ -44,7 +44,7 @@ function automsg()
 					console.print(bbs.text(R_AutoMsg));
 					break;
 				}
-				bbs.action=NODE_AMSG;
+				bbs.node_action=NODE_AMSG;
 				bbs.nodesync();
 				console.print(options.intro || "\r\nMaximum of 3 lines:\r\n");
 				var str = console.getstr(str, options.max_line_len, K_WRAP|K_MSG);
-- 
GitLab