mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
Registry: Default randomize_nick and autojoin_wait_for_nickserv to 0
This commit is contained in:
parent
2a805038a1
commit
cc689d4a31
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user