From 28503b43675cf37b29b2b5a4d5edf5fb64392e5c Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Mon, 21 Nov 2011 12:04:39 +1300 Subject: [PATCH] Derp. Finished config handling --- core/config.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/core/config.py b/core/config.py index 6901a7b..e884d7d 100644 --- a/core/config.py +++ b/core/config.py @@ -12,11 +12,14 @@ if not os.path.exists('config'): { "connections": { - "local irc": + "test connection": { - "server": "localhost", - "nick": "skybot", - "channels": ["#test"] + "server": "irc.esper.net", + "nick": "cloudbot_test", + "user": "cloudbot", + "realname": "CloudBot 3/DEV", + "nickserv_password": "", + "channels": ["#mau5bot"] } }, "disabled_plugins": [], @@ -50,4 +53,4 @@ def config(): print 'ERROR: malformed config!', e -bot._config_mtime = 0 \ No newline at end of file +bot._config_mtime = 0