mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-07 21:44:04 +00:00
Add Gitter support
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user