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",
|
||||
"nickserv_password": "",
|
||||
"channels": ["#cloudbot"],
|
||||
"invitejoin": "True",
|
||||
"autorejoin": "False",
|
||||
"invitejoin": true,
|
||||
"autorejoin": false,
|
||||
"command_prefix": ".",
|
||||
"stayalive": "",
|
||||
"stayalive_delay": "20"
|
||||
|
|
Reference in a new issue