Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
9ff07027282502edbcae0fdde201de3bb4a2825c...eb806b4a0d2059812320a8902ed2b2d3514254c3
Commits (1)
ML/TL and MF/TF haven't been a thing since Synchronet v1 I think
· eb806b4a
Rob Swindell
authored
Feb 19, 2022
Thanks to Andre for pointing that out in his wiki updates.
eb806b4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/sbbs3/scfg/scfgsys.c
src/sbbs3/scfg/scfgsys.c
+4
-5
No files found.
src/sbbs3/scfg/scfgsys.c
View file @
eb806b4a
...
...
@@ -2012,11 +2012,10 @@ void sys_cfg(void)
"`Expired Account Values:`
\n
"
"
\n
"
"If a user's account expires, the security levels for that account will
\n
"
"be modified according to the settings of this menu. The `Main Level` and
\n
"
"`Transfer Level` will be set to the values listed on this menu. The `Main
\n
"
"Flags`, `Transfer Flags`, and `Exemptions` listed on this menu will be
\n
"
"removed from the account if they are set. The `Restrictions` listed will
\n
"
"be added to the account.
\n
"
"be modified according to the settings of this menu. The account's
\n
"
"security level will be set to the value listed on this menu. The `Flags`
\n
"
"and `Exemptions` listed on this menu will be removed from the account
\n
"
"if they are set. The `Restrictions` listed will be added to the account.
\n
"
;
switch
(
uifc
.
list
(
WIN_ACT
|
WIN_BOT
|
WIN_RHT
,
0
,
0
,
60
,
&
dflt
,
0
,
"Expired Account Values"
,
opt
))
{
...
...