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

If QWKnet account and Synchronet Sysop, set default QWK settings to best fit

for Synchronet QWKnet nodes (include VIA/TZ/MSGID kludges and Ctrl-A codes,
do not include index or control files).
parent efe78e77
Branches
Tags
No related merge requests found
......@@ -94,7 +94,9 @@ if(qnet) {
if(ask_sysop
&& !console.noyes("\r\n\1bAre you a sysop of a \1wSynchronet\1b BBS (unsure, hit '\1wN\1b')")) {
user.security.flags1|=UFLAG_S;
if(!qnet && console.yesno("\r\nDo you wish to access the Synchronet BBS List database"))
if(qnet)
user.qwk_settings=(QWK_RETCTLA|QWK_EMAIL|QWK_DELMAIL|QWK_NOINDEX|QWK_NOCTRL|QWK_VIA|QWK_TZ|QWK_MSGID);
else if(console.yesno("\r\nDo you wish to access the Synchronet BBS List database"))
bbs.exec_xtrn("SBL");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment