Fixed a small derp with the config file

This commit is contained in:
Luke Rogers 2012-05-04 07:56:35 +12:00
parent 55a8b284b8
commit ffee5bf1ff

View file

@ -20,9 +20,9 @@ if not os.path.exists('config'):
"realname": "CloudBot - http://git.io/cloudbotirc",
"nickserv_password": "",
"channels": ["#cloudbot"],
"invite_join": True,
"auto_rejoin": False,
"command_prefix": ".",
"invite_join": true,
"auto_rejoin": false,
"command_prefix": "."
}
},
"disabled_plugins": [],