diff options
Diffstat (limited to 'bridge/config.go')
-rw-r--r-- | bridge/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridge/config.go b/bridge/config.go index 37d3e95c..2bec5108 100644 --- a/bridge/config.go +++ b/bridge/config.go @@ -11,7 +11,6 @@ type Config struct { UseTLS bool SkipTLSVerify bool Server string - Port int Nick string Password string Channel string @@ -22,7 +21,6 @@ type Config struct { } Mattermost struct { URL string - Port int ShowJoinPart bool Token string IconURL string |