mirror of
https://github.com/42wim/matterbridge.git
synced 2025-01-30 22:14:13 +01: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
|
## RELOADABLE SETTINGS
|
||||||
## Settings below can be reloaded by editing the file
|
## 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)
|
# 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.
|
#how to format the list of IRC nicks when displayed in mattermost.
|
||||||
#Possible options are "table" and "plain"
|
#Possible options are "table" and "plain"
|
||||||
|
Loading…
Reference in New Issue
Block a user