From 19103c34a557f261288d551f5ec0414cdf8563ff Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 28 Dec 2004 22:40:52 +0000 Subject: [PATCH] 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). --- exec/newuser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exec/newuser.js b/exec/newuser.js index 0821c05186..1075bd1e91 100644 --- a/exec/newuser.js +++ b/exec/newuser.js @@ -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"); } -- GitLab