Skip to content
Snippets Groups Projects
Commit b1f2e528 authored by rswindell's avatar rswindell
Browse files

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.
parent b32c6ee0
No related branches found
No related tags found
No related merge requests found
...@@ -114,9 +114,9 @@ var NodeAction =[ /* Node.action value descriptions */ ...@@ -114,9 +114,9 @@ var NodeAction =[ /* Node.action value descriptions */
,"transferring bidirectional" ,"transferring bidirectional"
,"listing files" ,"listing files"
,"logging on" ,"logging on"
,"in local chat with %s" ,"in local chat with sysop"
,"in multinode chat" ,"in multinode chat"
,"chatting with %s" ,"chatting with The Guru"
,"in chat section" ,"in chat section"
,"performing sysop activities" ,"performing sysop activities"
,"transferring QWK packet" ,"transferring QWK packet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment