Renamed some config options because I'm evil

This commit is contained in:
Luke Rogers 2012-04-27 17:47:18 +12:00
parent a7299b2aa6
commit 51484a2c11
2 changed files with 11 additions and 6 deletions

View file

@ -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": [],