diff options
author | Gary Kim <gary@garykim.dev> | 2020-10-01 16:59:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 22:59:35 +0200 |
commit | 219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f (patch) | |
tree | 113553069c5577b4dd96e26b467f4d69a2df6884 /matterbridge.toml.sample | |
parent | 214a6a13861b9fd495797386f36507373728e577 (diff) | |
download | matterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.tar.gz matterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.tar.bz2 matterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.zip |
Append a suffix if user is a guest user (nctalk) (#1250)
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index c9263e7b..c82b33ce 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1405,6 +1405,9 @@ Login = "talkuser" # Password of the bot Password = "talkuserpass" +# Suffix for Guest Users +GuestSuffix = " (Guest)" + ################################################################### # # Mumble |