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

Comments need to be on separate lines for the boolean values to be parsed as

bools (and not strings).
parent ca041e33
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
; Modules which use this file should use options=load("modopts.js","modname") first
[newuser]
send_newuser_welcome = true // Set to false to disable the new user welcome msg
ask_qnet=false // Set to true to enable QWKnet Node question
ask_sysop=false // Set to true to enable Synchronet Sysop question
; Set send_newuser_welcome to false to disable the new user welcome message (email)
send_newuser_welcome = true
; Set ask_qnet to true to enable QWKnet Node question (sets 'Q' restriction)
ask_qnet = false
; Set ask_sysop to true to enable Synchronet Sysop question (sets FLAG 1S)
ask_sysop = false
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