diff --git a/exec/newuser.js b/exec/newuser.js index 7aa84fd932841dcaf9e6b3a8c460df1164887915..1b37edfa13627d70657c6ca2e02632e7256bd2bc 100644 --- a/exec/newuser.js +++ b/exec/newuser.js @@ -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)) {