Update matterbridge.toml.sample

Added examples NickName/FullName/FirstName/LastName/UserName for Mattermost
This commit is contained in:
AlexanderShK
2023-12-08 14:29:42 +03:00
committed by GitHub
parent 5e38c949f2
commit b502420de8

View File

@@ -409,9 +409,13 @@ SkipTLSVerify=true
## RELOADABLE SETTINGS
## Settings below can be reloaded by editing the file
# UseUserName shows the username instead of the server nickname
# Choose what use as user nick NickName/FullName/FirstName/LastName/UserName
# OPTIONAL (default false)
UseUserName=false
UseNickName=false
UseFullName=false
UseFirstName=false
UseLastName=false
#if neither is set as true will use username
#how to format the list of IRC nicks when displayed in mattermost.
#Possible options are "table" and "plain"