Derp. Finished config handling

This commit is contained in:
Luke Rogers 2011-11-21 12:04:39 +13:00
parent a35b7240a4
commit 28503b4367

View file

@ -12,11 +12,14 @@ if not os.path.exists('config'):
{ {
"connections": "connections":
{ {
"local irc": "test connection":
{ {
"server": "localhost", "server": "irc.esper.net",
"nick": "skybot", "nick": "cloudbot_test",
"channels": ["#test"] "user": "cloudbot",
"realname": "CloudBot 3/DEV",
"nickserv_password": "",
"channels": ["#mau5bot"]
} }
}, },
"disabled_plugins": [], "disabled_plugins": [],