mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 02:02:00 -08:00
Update matterbridge.toml.sample
Added examples NickName/FullName/FirstName/LastName/UserName for Mattermost
This commit is contained in:
parent
5e38c949f2
commit
b502420de8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user