diff options
author | Fredrik de Vibe <fredrik.devibe@theqtcompany.com> | 2016-03-21 19:28:16 +0100 |
---|---|---|
committer | Fredrik de Vibe <fredrik.devibe@theqtcompany.com> | 2016-03-21 23:52:10 +0100 |
commit | 69b534ee99972316f0cb14135599dcd1d4682499 (patch) | |
tree | 01d276567a44a3f22234af9b239bb67b3d29b00b /config.go | |
parent | 71a504945bac791391d11c022ebc4849e4110a3b (diff) | |
download | matterbridge-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.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ type Config struct { Password string Channel string UseSlackCircumfix bool + NickServNick string + NickServPassword string } Mattermost struct { URL string |