diff options
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 |