defaults
This commit is contained in:
parent
543eab562e
commit
1789cd3b26
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ if not os.path.exists('config'):
|
||||||
"realname": "CloudBot - http://git.io/cloudbot",
|
"realname": "CloudBot - http://git.io/cloudbot",
|
||||||
"nickserv_password": "",
|
"nickserv_password": "",
|
||||||
"channels": ["#cloudbot"],
|
"channels": ["#cloudbot"],
|
||||||
"invitejoin": "True",
|
"invitejoin": true,
|
||||||
"autorejoin": "False",
|
"autorejoin": false,
|
||||||
"command_prefix": ".",
|
"command_prefix": ".",
|
||||||
"stayalive": "",
|
"stayalive": "",
|
||||||
"stayalive_delay": "20"
|
"stayalive_delay": "20"
|
||||||
|
|
Reference in a new issue