Renamed some config options because I'm evil
This commit is contained in:
parent
a7299b2aa6
commit
51484a2c11
2 changed files with 11 additions and 6 deletions
|
@ -20,10 +20,9 @@ if not os.path.exists('config'):
|
|||
"realname": "CloudBot - http://git.io/cloudbotirc",
|
||||
"nickserv_password": "",
|
||||
"channels": ["#cloudbot"],
|
||||
"invitejoin": true,
|
||||
"autorejoin": false,
|
||||
"invite_join": True,
|
||||
"auto_rejoin": False,
|
||||
"command_prefix": ".",
|
||||
"keep_alive": false
|
||||
}
|
||||
},
|
||||
"disabled_plugins": [],
|
||||
|
|
Reference in a new issue