mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 02:32:02 -08:00
Update config.go
update variables added UseFullName and UseLastName
This commit is contained in:
parent
56e7bd01ca
commit
392ee8f57b
@ -169,7 +169,9 @@ type Protocol struct {
|
||||
UseSASL bool // IRC
|
||||
UseTLS bool // IRC
|
||||
UseDiscriminator bool // discord
|
||||
UseFirstName bool // telegram
|
||||
UseFullName bool // mattermost
|
||||
UseFirstName bool // telegram, mattermost
|
||||
UseLastName bool // mattermost
|
||||
UseUserName bool // discord, matrix, mattermost
|
||||
UseInsecureURL bool // telegram
|
||||
UserName string // IRC
|
||||
|
Loading…
Reference in New Issue
Block a user