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