4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 18:59:24 +00:00

Add StripNick option, only allow alphanumerical nicks. Closes #285

This commit is contained in:
Wim
2017-10-27 00:07:33 +02:00
parent 7973baedd0
commit 41aa8ad799
3 changed files with 61 additions and 0 deletions

View File

@ -80,6 +80,7 @@ type Protocol struct {
ShowJoinPart bool // all protocols
ShowEmbeds bool // discord
SkipTLSVerify bool // IRC, mattermost
StripNick bool // all protocols
Team string // mattermost
Token string // gitter, slack, discord, api
URL string // mattermost, slack // DEPRECATED