Update config.go

update variables
added UseFullName and UseLastName
This commit is contained in:
AlexanderShK 2023-12-08 14:03:02 +03:00 committed by GitHub
parent 56e7bd01ca
commit 392ee8f57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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