3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-23 19:22:40 +01:00

Registry: Default randomize_nick and autojoin_wait_for_nickserv to 0

This commit is contained in:
Pragmatic Software 2019-12-21 19:48:56 -08:00
parent 2a805038a1
commit cc689d4a31

View File

@ -152,7 +152,7 @@
"general" : { "general" : {
"autojoin_wait_for_nickserv" : { "autojoin_wait_for_nickserv" : {
"type" : "text", "type" : "text",
"value" : "1" "value" : "0"
}, },
"compile_blocks" : { "compile_blocks" : {
"type" : "text", "type" : "text",
@ -262,7 +262,7 @@
}, },
"randomize_nick" : { "randomize_nick" : {
"type" : "text", "type" : "text",
"value" : "1" "value" : "0"
}, },
"show_motd" : { "show_motd" : {
"type" : "text", "type" : "text",