Skip to content
Snippets Groups Projects
Commit edd89c20 authored by rswindell's avatar rswindell
Browse files

Call bbs.user_sync() at end of logon script to force Guest property changes

made during the script to be loaded into the BBS.
parent 121bce5e
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,9 @@ if(user.security.level==99 /* Sysop logging on */ ...@@ -215,6 +215,9 @@ if(user.security.level==99 /* Sysop logging on */
console.crlf(); console.crlf();
} }
// Force reload of user record (for Guest logons)
bbs.user_sync();
// Change to "true" if you want your RLogin server to act as a door game server only // Change to "true" if you want your RLogin server to act as a door game server only
if(false if(false
&& bbs.sys_status&SS_RLOGIN) { && bbs.sys_status&SS_RLOGIN) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment