communication - slacksync bot config update

This commit is contained in:
Vladimir Vitkov 2015-11-10 15:04:48 +02:00
parent b57c9b8064
commit ef4934efb7
1 changed files with 3 additions and 1 deletions

View File

@ -2,11 +2,13 @@
"nickname": "SlackSync", "nickname": "SlackSync",
"server": "marla.ludost.net", "server": "marla.ludost.net",
"token": "CHANGE ME", "token": "CHANGE ME",
"logfile": "/path/to/logfile.log",
"channelMapping": { "channelMapping": {
"private": "private", "private": "private",
"#bulgaria-hall": "#openfest-bulgaria-hall", "#bulgaria-hall": "#openfest-bulgaria-hall",
"#chamber-hall": "#openfest-chamber-hall", "#chamber-hall": "#openfest-chamber-hall",
"#third-hall": "#openfest-third-hall" "#third-hall": "#openfest-third-hall",
"#video": "#openfestvideo"
}, },
"ircOptions": { "ircOptions": {
"userName": "slacksync", "userName": "slacksync",