2015-10-27 16:59:56 +02:00
|
|
|
[{
|
|
|
|
"nickname": "SlackSync",
|
|
|
|
"server": "marla.ludost.net",
|
|
|
|
"token": "CHANGE ME",
|
2015-11-10 15:04:48 +02:00
|
|
|
"logfile": "/path/to/logfile.log",
|
2015-10-27 16:59:56 +02:00
|
|
|
"channelMapping": {
|
2015-10-29 10:16:21 +02:00
|
|
|
"private": "private",
|
2015-10-27 16:59:56 +02:00
|
|
|
"#bulgaria-hall": "#openfest-bulgaria-hall",
|
|
|
|
"#chamber-hall": "#openfest-chamber-hall",
|
2015-11-10 15:04:48 +02:00
|
|
|
"#third-hall": "#openfest-third-hall",
|
|
|
|
"#video": "#openfestvideo"
|
2015-10-27 16:59:56 +02:00
|
|
|
},
|
|
|
|
"ircOptions": {
|
|
|
|
"userName": "slacksync",
|
|
|
|
"realName": "Slack to IRC bidirectional Sync Bot",
|
|
|
|
"debug": true,
|
|
|
|
"secure": "true",
|
|
|
|
"port": 6697
|
|
|
|
}
|
|
|
|
}]
|