diff --git a/core/config.py b/core/config.py index f7910aa..fd953ab 100755 --- a/core/config.py +++ b/core/config.py @@ -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": [],