diff options
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index 03836b63..cd353fcb 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -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 |