summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authoranon724 <30612019+anon724@users.noreply.github.com>2017-08-01 09:18:55 -0700
committerWim <wim@42.be>2017-08-01 18:18:55 +0200
commit67905089ba1609e52984b5bb9c7e0bf27c2cbbb9 (patch)
tree6879c74b9e3d93e872ee67c248711b39b15648ff /matterbridge.toml.sample
parentf2483af561858d86eee32e048698c75436e3c811 (diff)
downloadmatterbridge-msglm-67905089ba1609e52984b5bb9c7e0bf27c2cbbb9.tar.gz
matterbridge-msglm-67905089ba1609e52984b5bb9c7e0bf27c2cbbb9.tar.bz2
matterbridge-msglm-67905089ba1609e52984b5bb9c7e0bf27c2cbbb9.zip
Add UseUserName option (discord) (#234)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index dac68da8..e31c23e4 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -443,6 +443,10 @@ Server="yourservername"
#OPTIONAL (default false)
ShowEmbeds=false
+#Shows the username (minus the discriminator) instead of the server nickname
+#OPTIONAL (default false)
+UseUserName=false
+
#Specify WebhookURL. If given, will relay messages using the Webhook, which gives a better look to messages.
#OPTIONAL (default empty)
WebhookURL="Yourwebhooktokenhere"