diff options
author | Wim <wim@42.be> | 2022-02-06 17:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 17:33:41 +0100 |
commit | c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab (patch) | |
tree | c708b8459745f2c7903f7fa439108fb5cfd66be7 /matterbridge.toml.sample | |
parent | c211152e236878b72d1a711ba0c6bef5dca07fb2 (diff) | |
download | matterbridge-msglm-c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab.tar.gz matterbridge-msglm-c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab.tar.bz2 matterbridge-msglm-c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab.zip |
Add UseUsername option (mattermost). Fixes #1665 (#1714)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 8bc0f6c1..63a614d1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -408,6 +408,10 @@ SkipTLSVerify=true ## RELOADABLE SETTINGS ## Settings below can be reloaded by editing the file +# UseUserName shows the username instead of the server nickname +# OPTIONAL (default false) +UseUserName=false + #how to format the list of IRC nicks when displayed in mattermost. #Possible options are "table" and "plain" #OPTIONAL (default plain) |