New MCI codes & user status flags support additions
* New MCI and WFC properties for user new private and "addressed to" mail * Additional support for user status flags in connection lists, etc.
This commit is contained in:
@@ -105,6 +105,8 @@ There are many predefined MCI codes that can be used anywhere on the system (pla
|
||||
| `LD` | Date of last caller |
|
||||
| `TU` | Total number of users on the system |
|
||||
| `NT` | Total *new* users *today* |
|
||||
| `NM` | Count of new messages **address to the current user** across all message areas in which they have access |
|
||||
| `NP` | Count of new private mail to the current user |
|
||||
|
||||
Some additional special case codes also exist:
|
||||
|
||||
|
||||
@@ -78,4 +78,6 @@ The following MCI codes are available:
|
||||
* `totalMemoryBytes`: Total system memory in bytes.
|
||||
* `freeMemoryBytes`: Free system memory in bytes.
|
||||
* `systemAvgLoad`: System average load.
|
||||
* `systemCurrentLoad`: System current load.
|
||||
* `systemCurrentLoad`: System current load.
|
||||
* `newPrivateMail`: Number of new **privae** mail for current user.
|
||||
* `newMessagesAddrTo`: Number of new messages **addressed to the current user**.
|
||||
Reference in New Issue
Block a user