From 1789cd3b2687b2b15b954e9b9fd98cd9c595be42 Mon Sep 17 00:00:00 2001 From: neersighted Date: Thu, 1 Mar 2012 01:19:24 -0800 Subject: [PATCH] defaults --- core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.py b/core/config.py index 96f2302..644f07d 100755 --- a/core/config.py +++ b/core/config.py @@ -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"