summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorFredrik de Vibe <fredrik.devibe@theqtcompany.com>2016-03-21 19:28:16 +0100
committerFredrik de Vibe <fredrik.devibe@theqtcompany.com>2016-03-21 23:52:10 +0100
commit69b534ee99972316f0cb14135599dcd1d4682499 (patch)
tree01d276567a44a3f22234af9b239bb67b3d29b00b /config.go
parent71a504945bac791391d11c022ebc4849e4110a3b (diff)
downloadmatterbridge-msglm-69b534ee99972316f0cb14135599dcd1d4682499.tar.gz
matterbridge-msglm-69b534ee99972316f0cb14135599dcd1d4682499.tar.bz2
matterbridge-msglm-69b534ee99972316f0cb14135599dcd1d4682499.zip
Add Freenode style NickServ-based authentication.
If the server sends a NOTICE requesting identification, identify.
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index e3fba6c9..c5684ab5 100644
--- a/config.go
+++ b/config.go
@@ -16,6 +16,8 @@ type Config struct {
Password string
Channel string
UseSlackCircumfix bool
+ NickServNick string
+ NickServPassword string
}
Mattermost struct {
URL string