Update config.default

This commit is contained in:
Luke Rogers 2013-08-01 19:22:05 +12:00
parent 20c33f02d5
commit afff36b190

View file

@ -1,14 +1,14 @@
{ {
"connections": "connections":
{ {
"EsperNet": "esper":
{ {
"server": "irc.esper.net", "server": "irc.esper.net",
"nick": "MyNewCloudBot", "nick": "MyCloudBot",
"user": "cloudbot", "user": "cloudbot",
"realname": "CloudBot - http://git.io/cloudbotirc", "realname": "CloudBot - http://git.io/cloudbotirc",
"nickserv_password": "", "nickserv_password": "",
"channels": ["#cloudbot"], "channels": ["#cloudbot", "#cloudbot2"],
"invite_join": true, "invite_join": true,
"auto_rejoin": false, "auto_rejoin": false,
"command_prefix": "." "command_prefix": "."