summaryrefslogtreecommitdiffstats
path: root/bridge/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/config.go')
-rw-r--r--bridge/config.go23
1 files changed, 11 insertions, 12 deletions
diff --git a/bridge/config.go b/bridge/config.go
index f31db98d..99f2c7d8 100644
--- a/bridge/config.go
+++ b/bridge/config.go
@@ -8,18 +8,17 @@ import (
type Config struct {
IRC struct {
- UseTLS bool
- SkipTLSVerify bool
- Server string
- Port int
- Nick string
- Password string
- Channel string
- UseSlackCircumfix bool
- NickServNick string
- NickServPassword string
- RemoteNickFormat string
- IgnoreNicks string
+ UseTLS bool
+ SkipTLSVerify bool
+ Server string
+ Port int
+ Nick string
+ Password string
+ Channel string
+ NickServNick string
+ NickServPassword string
+ RemoteNickFormat string
+ IgnoreNicks string
}
Mattermost struct {
URL string