From a7dd033c3b11fd4e0f186cfb00c1a68ea4eab217 Mon Sep 17 00:00:00 2001 From: Declan Hoare Date: Sat, 23 Feb 2019 00:28:27 +1100 Subject: Allow sending discriminator with Discord username (#726) --- matterbridge.toml.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 55f3ab7f..33aebea9 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -710,10 +710,14 @@ Server="yourservername" #OPTIONAL (default false) ShowEmbeds=false -#Shows the username (minus the discriminator) instead of the server nickname +#Shows the username instead of the server nickname #OPTIONAL (default false) UseUserName=false +#Show #xxxx discriminator with UseUserName +#OPTIONAL (default false) +UseDiscriminator=false + #Specify WebhookURL. If given, will relay messages using the Webhook, which gives a better look to messages. #This only works if you have one discord channel, if you have multiple discord channels you'll have to specify it in the gateway config #OPTIONAL (default empty) -- cgit v1.2.3