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

Enhancement: allow the QWK settings to be set for new users in the [newuser]

section of the ctrl/modopts.ini file, like so:
qwk_settings = QWK_FILE|QWK_EXT|QWK_EMAIL
parent 55d4c9cc
Branches
Tags
No related merge requests found
......@@ -15,6 +15,9 @@ qnet=false;
if(options && (bbs.sys_status&SS_RLOGIN))
options.ask_qnet=false;
if(options && options.qwk_settings)
user.qwk_settings = eval(options.qwk_settings);
console.clear();
if(!user.address.length && user.number>1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment