From c8d7fdeedcc2fe596055da000bfa8c23c4ba5cab Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 6 Feb 2022 17:33:41 +0100 Subject: Add UseUsername option (mattermost). Fixes #1665 (#1714) --- matterbridge.toml.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'matterbridge.toml.sample') 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) -- cgit v1.2.3