From b502420de89c9f1c5825f2a6e01a0a323ae5366c Mon Sep 17 00:00:00 2001 From: AlexanderShK <113863493+AlexanderShK@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:29:42 +0300 Subject: [PATCH] Update matterbridge.toml.sample Added examples NickName/FullName/FirstName/LastName/UserName for Mattermost --- matterbridge.toml.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 5932b269..6156f716 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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"