update default config

This commit is contained in:
Michael Stummvoll 2015-02-19 17:22:27 +01:00
parent 05bfb9099a
commit 4e386c9008
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
{ {
"connections": { "connections": {
"esper": { "hackint": {
"server": "irc.esper.net", "server": "irc.hackint.eu",
"nick": "MyCloudBot", "nick": "antibot",
"user": "cloudbot", "user": "antibot",
"realname": "CloudBot - http://git.io/cloudbotirc", "realname": "CloudBot - http://git.io/cloudbotirc",
"mode": "", "mode": "",
"nickserv_password": "", "_nickserv_password": "",
"nickserv_user": "", "-nickserv_user": "",
"channels": [ "channels": [
"#cloudbot", "#ChaosChemnitz",
"#cloudbot2" "#logbot"
], ],
"invite_join": true, "invite_join": true,
"auto_rejoin": false, "auto_rejoin": false,
@ -58,7 +58,7 @@
"ignore" "ignore"
], ],
"users": [ "users": [
"examplec!user@example.com" "stummi!~Stummi@stummi.org"
] ]
} }
}, },