summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.go b/config.go
index 17d4bbd8..07da3732 100644
--- a/config.go
+++ b/config.go
@@ -16,8 +16,9 @@ type Config struct {
Channel string
}
Mattermost struct {
- URL string
- Port int
+ URL string
+ Port int
+ ShowJoinPart bool
}
}