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

Leave file attachments enabled for QWKnet accounts.

parent 19103c34
Branches
Tags
No related merge requests found
......@@ -94,8 +94,10 @@ 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)
user.qwk_settings=(QWK_RETCTLA|QWK_EMAIL|QWK_DELMAIL|QWK_NOINDEX|QWK_NOCTRL|QWK_VIA|QWK_TZ|QWK_MSGID);
if(qnet) {
user.qwk_settings|=(QWK_RETCTLA|QWK_NOINDEX|QWK_NOCTRL|QWK_VIA|QWK_TZ|QWK_MSGID);
user.qwk_settings&=~QWK_FILES;
}
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