4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-11 06:28:09 +00:00

Add Gitter support

This commit is contained in:
Wim
2016-09-04 20:03:07 +02:00
parent 44144587a0
commit 12389d602e
20 changed files with 1782 additions and 1 deletions

View File

@@ -28,6 +28,14 @@ type Config struct {
IgnoreNicks string
Enable bool
}
Gitter struct {
Enable bool
IgnoreNicks string
Nick string
RemoteNickFormat string
Token string
}
Mattermost struct {
URL string
ShowJoinPart bool
@@ -48,6 +56,7 @@ type Config struct {
Enable bool
}
Xmpp struct {
IgnoreNicks string
Jid string
Password string
Server string
@@ -60,6 +69,7 @@ type Config struct {
IRC string
Mattermost string
Xmpp string
Gitter string
}
General struct {
GiphyAPIKey string