From b1f2e528f23034b866dfd79189debed77fdab8c6 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 8 Jan 2019 05:30:14 +0000
Subject: [PATCH] Changed NodeAction[] items with string args (%s) to just
 hardcoded values ("sysop" and "The Guru") - fixing the simple node listing
 apps, like the echicken web UI. If your node lister wants to do something
 more fancy (e.g. display the name of the sysop or the guru engine), you'll
 have to handle that yourself.

---
 exec/load/nodedefs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/load/nodedefs.js b/exec/load/nodedefs.js
index ff89713461..ab898a8c00 100644
--- a/exec/load/nodedefs.js
+++ b/exec/load/nodedefs.js
@@ -114,9 +114,9 @@ var NodeAction		=[			/* Node.action value descriptions			*/
 	,"transferring bidirectional"
 	,"listing files"
 	,"logging on"
-	,"in local chat with %s"
+	,"in local chat with sysop"
 	,"in multinode chat"
-	,"chatting with %s"
+	,"chatting with The Guru"
 	,"in chat section"
 	,"performing sysop activities"
 	,"transferring QWK packet"
-- 
GitLab