Subj : Question about logon event
To : mlong
From : echicken
Date : Sun Oct 18 2020 03:01 pm
Re: Question about logon event
By: mlong to Digital Man@VERT on Sun Oct 18 2020 12:24:41
ml> So my question is can you think of a better way to do this? Is there a way for
ml> an external program to determine it is running under the logon event? Or is
Possibly like:
load('nodedefs.js');
if (bbs.node_action&NODE_LOGN) {
// User is logging on
} else {
// User is logged on
}