Node pause behavior is odd
When calling ;NODE from exec/str_cmds.js , it doesn't pause at the end of the output, so it just blasts right through and back to the menu without informing the sysop what happened.
Also, the -PAUSE conditional in node.c is nested too deeply, so it pauses after each node. I believe it should be after the action is completed on all the nodes.
As an aside, -pause and -loop aren't listed (-debug is listed) in the no-args usage help, but given that they kind of conflict I don't know if there's a clean way to do that.