summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-02-21 12:59:39 +0100
committerHubert Hirtz <hubert@hirtz.pm>2021-02-21 12:59:39 +0100
commit59c68b55c95934f539f91c9f71cda9a4c5319b57 (patch)
tree75ae7c07f45872c7968883db3b91d6734a16ecaf /config.go
parentFix command argument parsing (diff)
Add a no-tls option to config
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index bd65959..6b2a2f8 100644
--- a/config.go
+++ b/config.go
@@ -13,6 +13,7 @@ type Config struct {
Real string
User string
Password *string
+ NoTLS bool `yaml:"no-tls"`
Highlights []string
OnHighlight string `yaml:"on-highlight"`