So my question is can you think of a better way to do this? Is there a way for
an external program to determine it is running under the logon event? Or is
I'm wanting to modify bullshit so that it can show only new bulletins on logon, but show all bulletins when accessed from the external menu.
My first though was adding a cmd line argument that would override the ini setting. The issue is that when you choose logon event under the external program, you can't specify any different cmd line arguments. So I either have to have 2 external program entries (with different cmd line options), or disable the logon event under the external program and instead use the global logon event entry in scfg.
So my question is can you think of a better way to do this? Is there a way for an external program to determine it is running under the logon event?
Or
is there some way to specify different cmd line arguments for external program events? Maybe a new % command line specifier?
Re: Question about logon event
By: mlong to Digital Man@VERT on Sun Oct 18 2020 12:24:41
So my question is can you think of a better way to do this? Is there a way for
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) {
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 158:42:23 |
Calls: | 162 |
Files: | 5,334 |
Messages: | 221,585 |