Skip to content
Snippets Groups Projects
Commit 3b3ac5db authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Make the "ask qnet" language even more clear/alarmist

Somehow, new users on Vertrauen *still* manage to answer "Yes" to both the QWK
Networking account questions, accidentally creating a QWKnet account that's
not useful for normal BBS user activities. So print a very clear "alert" style
message making it even-more clear that the account they are creating will ONLY
be useful for QWK Networking activities.
parent e2098e8c
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,11 @@ if(!user.address.length && user.number>1 && options.survey !== false) {
if(options.ask_qnet) {
if(options.qnet_name==undefined)
options.qnet_name="DOVE-Net";
if(!console.noyes(format("\r\nIs this account to be used for QWK Networking (%s)\1b", options.qnet_name))
&& !console.noyes("\r\n\1bARE YOU \1wPOSITIVE\1n\1h\1b (If you're unsure, press '\1wN\1b')"))
qnet=true;
if(!console.noyes(format("\r\nIs this account to be used for QWK Networking (%s)\1b", options.qnet_name))) {
alert("\r\nThis acount will ONLY be useful for QWK Networking activities!");
if(!console.noyes("\r\n\1bARE YOU \1wPOSITIVE\1n\1h\1b (If you're unsure, press '\1wN\1b')"))
qnet=true;
}
}
if(!qnet && (options.avatar || options.avatar_file)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment