mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 10:42: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
|
UseSASL bool // IRC
|
||||||
UseTLS bool // IRC
|
UseTLS bool // IRC
|
||||||
UseDiscriminator bool // discord
|
UseDiscriminator bool // discord
|
||||||
UseFirstName bool // telegram
|
UseFullName bool // mattermost
|
||||||
|
UseFirstName bool // telegram, mattermost
|
||||||
|
UseLastName bool // mattermost
|
||||||
UseUserName bool // discord, matrix, mattermost
|
UseUserName bool // discord, matrix, mattermost
|
||||||
UseInsecureURL bool // telegram
|
UseInsecureURL bool // telegram
|
||||||
UserName string // IRC
|
UserName string // IRC
|
||||||
|
Loading…
Reference in New Issue
Block a user